Question:

        Is there a way to use dom4j with XSLT such that the results of the
        transform are written directly to a stream and not to an intermediate
        Document?

Background:

        I am using XSLT to intepret a query language.  The source document is
        an query in an XML query language.  I am using the xsl:document function
        to resolve URIs to node-sets.  Since this is crawling links, it can
        produce lengthly output.  I would like to stream that output directly to
        keep the in-memory footprint down.

Thanks,

-bryan




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to