[Mono-devel-list] Re: Another XML API: SAX

Atsushi Eno ginga at kit.hi-ho.ne.jp
Wed Nov 12 10:59:15 EST 2003


Hello,

> Is anyone aware if the SAX API (and implementations of it) are
> available on .NET/Mono? If not, is this a no-starter - as
> there is already System.XML?
>
> Would anybody be interested in having the SAX API available
> for .NET/Mono?

In general, .NET XML developers use XmlReader (XmlTextReader) as XML
parser. XmlReader is kind of pull parser. It is similar to XMLPull, or
StAX (streaming API for XML) etc. in Java world.

However, SAX-skilled programmers might be glad to have .NET SAX (while
some Java developers might think .net sucks ;-P )  At least I haven't
seen such product. It will be easily implemented using XmlReader.

Atsushi Eno



More information about the Mono-devel-list mailing list