OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] use SAX to get "tree" under XML node



PaulT wrote:
> This procedure will produce a broken XML,
> because SAX turns > & <  " and '
> things  into > & < " ' symbols, so the accurate
> processing should turn the symbols back to
> entities.

In this case, it will happen to work, but you're correct about the
general case. A good reason to use something like XMLWriter.

-- Ron