Re: [xml-dev] Never mind the browser, let's do MicroXML

From
Michael Kay <>
To
Date
2010-12-18T13:05:31Z
ID
<>
Thread
Re: [xml-dev] Never mind the browser, let's do MicroXML
>
> PS: probably everyone on this list is already aware of this, but SAX 
> stands for Simple API for XML.  To support MicroXML, we would want an 
> even simpler one; Micro-API: MAX? uAX?.

Have you tried XMLStreamWriter? As an event-based push API, it's a 
delight to use compared to SAX, whether you're sending or receiving.

I think that because it's part of StAX, which is perceived as a pull 
interface, XMLStreamWriter has received less attention than it deserves.

Michael Kay
Saxonica