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-08-06 13:41 -------
It is feasible (simply because I'm doing it) that one might want to do a 
transformation that doesn't have any XML source (or doesn't have a single XML 
source).  The API does not allow for this, unless I am somehow using it 
incorrectly.  I have tried passing null, empty DOM, SAX and Stream Source into 
the source argument of Transformer.transform(Source, Result) but they all throw 
an exception.  Perhaps the API wasn't designed to cover this use case but I 
think there should be some sort of provision made for it.

Reply via email to