[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] Best way to create an XML document
- From: "Michael Kay" <mike@saxonica.com>
- To: "'Mukul Gandhi'" <gandhi.mukul@gmail.com>
- Date: Sun, 13 Apr 2008 17:46:55 +0100
> 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/
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]