Re: [xml-dev] SAX Infoset Mapping

From
Mike Fitzgerald <>
To
Robin Berjon <>
Date
2004-05-06T18:54:08Z
ID
<>
Thread
Re: [xml-dev] SAX Infoset Mapping
Robin Berjon wrote:
> Mike Fitzgerald wrote:
> 
>> In Appendix B of the book SAX2 [1], David Brownell describes a mapping 
>> of SAX to the infoset, but I am unaware of an implementation of this 
>> mapping.
> 
> 
> Thanks, I'll try to get my hands on it. I'm not interested in 
> implementations, only in things that SAX can represent that the Infoset 
> can't and vice-versa.

That's just what the appendix does: lays out what SAX vs. infoset can or cannot process or 
describe. On a side note, I personally liked the whole book -- not just the appendix on 
the infoset %^}. It straightened out a lot of things about SAX for me.

Mike