[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] XML Database Decision Tree?
- From: PaulT <pault12@pacbell.net>
- To: XML Everywhere <host@xmleverywhere.com>, xml-dev@lists.xml.org
- Date: Fri, 19 Oct 2001 21:11:51 -0700
----- Original Message -----
From: "XML Everywhere" <host@xmleverywhere.com>
> XSLT was not meant for large data sets and
> SAX requires non-trivial programming skills.
Chunks could be a solution for this. Get a Chunk from
the database. Process it with plain 'pull', like
you currently do with Rowsets. Chunks
were designed as a brutal, plainless XML
binding, in attempt to produce something
similiar to Rowset.
http://www.pault.com/pault/pxml/nxml.html
Rgds.Paul.