<snip/>
Conal Tuohy wrote:

Upayavira wrote:
Your transformer is passing something down the pipeline as null. This isn't tripping up the XML serializer, but is tripping up the xslt transformer. Go through each of the startElement, etc, calls within your transformer looking at the output. See if you can see any nulls in there.


e.g. there is a null passed as the value of a namespace URI to
AttributesImpl.addAttribute

If the namespace URI is null it should be represented by the empty
string ("") not java null.

Hah. Thanks for that. I suspected it was something simple like that. Confuses XSLT transformers, but the XMLSerializer is okay with it.

Regards, Upayavira

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to