Re: [xml-dev] XML's Scylla and Charybdis - parse and regexp

From
Miles Sabin <>
To
Date
2003-04-01T15:18:38Z
ID
<>
Thread
Re: [xml-dev] XML's Scylla and Charybdis - parse and regexp
Simon St.Laurent wrote,
> There's nothing inherent in XML or in the languages used to process
> XML that requires this division.

FWIW, I once put together a (somewhat over-elaborate) SAX-style API 
which allowed for faithful lexical round-tripping as well as supporting 
layering of SAX/DOM/Infoset/XPath APIs above it.

I'd be surprised if I'm the only one who's done that and I have a hard 
time comprehending what could possibly be supposed to prevent it. So, 
yes ... of course you can have both.

Cheers,


Miles