[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: SAX - not well formed data
Michael Kay wrote: >> I have a document like this: >> >> <xml> >> <page> >> <rev>...</rev> >> <rev>...</rev> >> </page> >> ... (some hundreds of pages) >> <page> >> <rev>... >> >> so it's not well formed. > > It's not clear from that description why it isn't well-formed. The root element has an illegal name. Haven't worked with SAX for some time and do not remember the API, but one should be able to easily use a custom XMLReader (perhaps a wrapper of the original) or whatever to fix this before feeding it to the parser. Or something like that. I would even dare to say some exception handling could very well do it. Cheers, Manos
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|