OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] XML Database Decision Tree?




----- 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.