Thanks for your reply.
We had a long weekend in Canada, so I am just back to the office today.
Neeraj Bajaj wrote:
I would like to know the obstacles to set the value of this feature to 'true' at those 2 places. I think Xerces2 satisfies all the requirements to set this feature value to 'true'. Read more for explanation..
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.
it can't yet be set to "true" in Document.config and
DOM L3 says that when 'infoset' feature is true 'Keep in the document the information defined in the XML Information Set.'
It also says that setting 'infoset' feature to true should also set
'well-formed' feature to true. I am not sure if this is the right behavior. XML Information Set spec states that "There is no requirement for an XML doucment to be valid in order to have an information set"
This is especially true for synthetic infoset like creating DOM in memory.
> DOMSerializer.config.
I think its already set to 'true' I will check again.
Thanks, Neeraj
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
