Hi all,
We are looking for volunteers to implement in Xerces2 couple of missing
features for the DOM Level 3 Core.
In particular, well-formed feature [1] is not implemented for the
normalizeDocument. We need to be able to check all characters, and we only
need to re-check names again if Document.version was changed or/and if
Document.strictErrorChecking was turned off at some point.
Also we don't support XML 1.1. in the DOM which could be specified via
Document.version [2], i.e. createElement should be checking if name is a
valid XML name based on the Document.version.
If you would like to volunteer to implement the above, please let me know
-- I can give you more information on how to implement this.
[1]
http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030609/core.html#parameter-well-formed
[2]
http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030609/core.html#Document3-version
Thank you,
--
Elena Litani/ IBM Toronto
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]