[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] XML Database Decision Tree?
- From: bob mcwhirter <bob@werken.com>
- To: xml-dev@lists.xml.org
- Date: Sat, 20 Oct 2001 00:29:36 -0400 (EDT)
fwiw, dom4j (dom4j.org) can construct DOMish tree from SAX events, like
most other parser, but it also allows you to register ElementHandlers
against XSL patterns, so you can process subtrees as they are produced,
and optionally then detach them from the incoming tree. This assumes
a 1-pass operation, of course. Works against any SAX source.
-bob
On Fri, 19 Oct 2001, PaulT wrote:
>
> ----- 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.
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this elist use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>