[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SAX-ext Attribute + Entity Parsing
- From: Charles Reitzel <creitzel@mediaone.net>
- To: xml-dev@lists.xml.org
- Date: Thu, 01 Mar 2001 02:12:17 -0500 (EST)
I think you can turn this behavior on and off with expat directly. If SAX
won't do it, for good reasons, then choose a parser and write directly to
it. If I remember it right, this issue was discussed during SAX design. It
was agreed that editing applications wouldn't be able to use SAX. SAX
starts w/ at least well-formed XML. An editor might start from scratch, a
DTD, or malformed XML.
take it easy,
Charles Reitzel
On Wed, 28 Feb 2001 16:50:47Z,
Tim Shaw <tim@everserve.co.uk> wrote:
>
>Len's right, of course. 4.4.3 of the XML-Rec forces the parser to
>include the replacement text.
>