streaming "for xml" to sax xslt-transformation
From: clogwog (tomschuring_at_gmail.com)
Date: 10/19/04
- Previous message: md9_at_ibest.com.br: "Anybody using java and Ingres?"
- Next in thread: Mikhail Danilov: "Re: streaming "for xml" to sax xslt-transformation"
- Reply: Mikhail Danilov: "Re: streaming "for xml" to sax xslt-transformation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 Oct 2004 18:15:50 -0700
hello,
i'm wondering if anybody can point me to an example how to stream the
resultset (containing XML) to a SAXParser ? the query gets returned
with: "FOR XML RAW" so the xml is broken up into multiple records.
for example:
record1:
<row UNIQUEID="53380601" a="53" /> (.... heaps more of these records
...)<row UNIQUEID="5311111"
record2:
a="125" /> <row UNIQUEID="5660101" a="165" />
and i can't seem to figure out how to combine the records together in
a streaming way (i know i can just collect the complete xml by
appending them to a StringBuffer, but that might get realy realy big)
any idea's are very welcome.
regards,
tom
- Previous message: md9_at_ibest.com.br: "Anybody using java and Ingres?"
- Next in thread: Mikhail Danilov: "Re: streaming "for xml" to sax xslt-transformation"
- Reply: Mikhail Danilov: "Re: streaming "for xml" to sax xslt-transformation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|