You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/10/06 16:13:04 UTC

DO NOT REPLY [Bug 22880] - Pipe does not work with DOMSource anymore => RuntimeException

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





------- Additional Comments From jycli@ca.ibm.com  2003-10-06 14:13 -------
The workaround will be change 
DOMSource source = new DOMSource(docBuilder.parse("foo.xml").getDocumentElement
());
to
DOMSource source = new DOMSource(docBuilder.parse("foo.xml"));