RE: [xml-dev] Best way to create an XML document

From
Michael Kay <>
To
'Mukul Gandhi' <>
Date
2008-04-13T16:46:55Z
ID
<505B5FAF175E4E3CB47906BF7DAFA237@Sealion>
Thread
RE: [xml-dev] Best way to create an XML document
> If the default serializer provided by the XSLT processor 
> doesn't check for well-formedness of the XML output, then is 
> it somehow possible to feed the output to some other process 
> which can check for well-formedness ? Is there any standard 
> way of doing this, or will it be done in some other way?

I don't know of any way of doing this other that writing your own SAX filter
to do the checking. Or it might be simpler to put the serialized output
through an XML parser if you need to check it.

Michael Kay
http://www.saxonica.com/