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=22167>.
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=22167

transform does not accept zero argument Source





------- Additional Comments From [EMAIL PROTECTED]  2003-09-16 18:02 -------
The descriptions of the zero-argument constructors for DOMSource is "If this is 
used, and no DOM source is set, then the Transformer will create an empty 
source Document using DocumentBuilder.newDocument()". Since there is no clear 
spec. how to create an empty tree with a default root node when SAXSource() or 
StreamSource() are used. Always use DocumentBuilder.newDocument() when the zero-
argument constructors for DOMSource, SAXSource, SteamSource are used. It sames 
to be the easiest solution.

Reply via email to