James Bates wrote:
I couldn't find any serialization in JAXP... Where is it? (That would obviously be better; I agree)


Hi,

Serialization in JAXP is done in some strange way - you need to transform your Source into StreamResult using null transformer, transformerFactory.newTransformer().transform(source, stream)

HTH,


Andrius




Reply via email to