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=22880>. 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=22880 Pipe does not work with DOMSource anymore => RuntimeException [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |PatchAvailable ------- Additional Comments From [EMAIL PROTECTED] 2003-10-06 14:56 ------- The receive notifications of the beginning of a document and the end of a document have been called inside the TreeWalker.traverse(Node), no matter what kinds of nodes are used as the root of a DOMSource. Note: since Attributes are not considered as a part of DOM tree, it is safe to remove the startDocument() and endDocument() calls inside the transformer method.
