Neeraj Bajaj wrote:
Hi Elena,
As you note below, setting "infoset" to true forces the "well formed"
parameter to true. Currently we don't implement checking well-formness in memory.
Therefore, while the "infoset" parameter can be turned to "true" in
DOMParserImpl,
Right. I will make the changes.
I have made the changes.
There was one thing i wanted opinion as "DOM L3 spec says that setting the 'false' value of 'infoset' feature shouldn't have any effect "
Currently we dont allow setting 'false' and FEATURE_NOT_SUPPORTED exception is thrown. Do you think its the right behavior ?
I dont have any hard opinion but my inclination is that this is the right thing to do. If we silently ignore then user wont get to know and when using getParameter() 'true' would be returned which will be very confusing.
Please let me know if you have different opinion.
Thanks, Neeraj
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
