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=12270>. 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=12270 Not able to transform in-memory documents ------- Additional Comments From [EMAIL PROTECTED] 2002-09-05 21:49 ------- See the DOM spec, or see the javadoc: createDocument's three arguments are * @param namespaceURI The namespace URI of the document element to create. * @param qualifiedName The qualified name of the document element to be * created. * @param doctype The type of document to be created or <code>null</code>. * When <code>doctype</code> is not <code>null</code>, its * <code>Node.ownerDocument</code> attribute is set to the document * being created. Note that creating the Document this way also immediately creates the root element. See the DOM Level 2 Recommendation for a discussion of why. I believe the the DOM Level 3 Working Draft has a proposal to relax this behavior.
