qexo-general
[Top][All Lists]
Advanced

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

[Qexo-general] qexo as a pipe between two SAX ContentHandlers


From: Stefano Santoro
Subject: [Qexo-general] qexo as a pipe between two SAX ContentHandlers
Date: Mon, 15 Mar 2004 19:03:56 -0500 (EST)

Hi,

I'd like verify if these calling sequence makes sense when I
want to pipe in SAX Content Handler events into qexo, and have
qexo fire off ContentHandler events to another XML processor.

1. use ConsumeSAXHandler to build a ListTree
2. pass in the ListTree via the XQuery define method
3. [ hopefully the ListTree is seen as node() type in my XQuery script ]
4. Configure a ContentConsumer with the receiving ContentHandler
5. pass in a ContentConsumer in the call to XQuery's eval method

First question: would this work?
Second question: is there a better way of doing this?

Thnx
Stefano






reply via email to

[Prev in Thread] Current Thread [Next in Thread]