DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16594>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16594 DOM3: normalizeDocument with 'datatype normalization' problem Summary: DOM3: normalizeDocument with 'datatype normalization' problem Product: Xerces2-J Version: 2.3.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When normalizing a document with datatype normalization, the resulting document contains only a document element. All the child nodes of the document element are removed. Reproduce the problem by running sample DOM3.java with document 'personal- schema.xml' and set the document configuration parameter 'datatype- normalization' to true: // set error handler on the Document config = doc.getConfig(); config.setParameter("error-handler", errorHandler); config.setParameter("datatype-normalization", Boolean.TRUE); ..... System.out.println("Normalizing document... "); doc.normalizeDocument(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
