[XML-SIG] parsers and XML

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Sat, 12 Aug 2000 18:05:48 +0200


travish@realtime.net wrote:


> > | a) most of the XML "parsers" act appear to be lexers
> >=20
> > You mean, since they don't build complete document trees?
>=20
> I mean since they appear to be lexers:

only if you think that something like:

    <foo bar=3D"spam&egg;bacon" />

is a single token.  most people don't.

</F>