Subject: Re: Intercepting multiple output documents
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Fri, 05 Nov 1999 19:35:08 +0100
|
Hi Diarmuid,
It's difficult to say without knowing what are your needs ;=)
If you want to XSL process some tree fragments which you've just
generated, you can put the stuff into a variable and convert it into a
nodeset using the brand new xt:nodeset() extension which James Clark has
added in the latest release (19991105).
Hope this helps.
Eric
PS: it's a topic we've been discussing in the XML Server forum (see
http://www.egroups.com/group/xml-server/130.html? and the next
messages).
Diarmuid Mac Carthy wrote:
>
> Hi,
>
> We're investigating the possibility of using James Clarke's XT processor as
> a component in a larger XSLT application. One key requirement we have is
> support for multiple output documents, which is provided for in XT at the
> expense of having to output to files rather than standard output.
>
> Is there any way of hooking into the XT processor to intercept this output
> as a stream for use in later processing? We'd rather not have to dump
> things to files only to read them in again immediately.
>
> Assuming you can hook into the output stream in this fashion, I can still
> foresee problems. For example, if the output comes through a single writer
> stream which writes one file stream, then the other, I expect problems
> trying to identify the end of one and the start of another document. Is
> this the case, or is there an output stream created for each file specified?
>
> I hope this is an easy one :-) I've searched through the archives but
> couldn't find anything resembling our problem.
>
> Any help would be greatly appreciated.
>
> Regards,
> Diarmuid Mac Carthy
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
--
------------------------------------------------------------------------
Eric van der Vlist Dyomedea
http://www.dyomedea.com http://www.ducotede.com
------------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|