Re: [xml-dev] Streaming XML (WAS: More on taming SAX (was Re: [xml-dev] ANN: Amara XML Toolkit 0.9.0))

From
Karl Waclawek <>
To
XML Developers List <>
Date
2004-12-27T23:17:58Z
ID
<>
Thread
Re: [xml-dev] Streaming XML (WAS: More on taming SAX (was Re: [xml-dev] ANN: Amara XML Toolkit 0.9.0))
Daniela Florescu wrote:

> Anyway, I believe that people shouldn't try to hand code their 
> applications using low level
> APIs like SAX or STAX,

Why?

  but use a higher level language like XSLT or
> XQuery, and trust the
> XQuery/XSLT implementors that they'll  do a good job to minimize memory 
> consumption.

When you write XSLT, why is that not "hand-coded"?

> That's *their* job, not  *yours* as users.

What if I am a programmer, not some XSLT savvy "user"?
And how many non-programmers can do XSLT at a practical level?

Karl