This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Multiple documents from one source


Not with standard XSLT 1.0. Have a look at extension functions like
http://xml.apache.org/xalan-j/extensionslib.html#redirect and a more complex
example at
http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/lib/Redirect.html for
Xalan. Other processors have other extension functions, so it's not
portable.

Joerg

> Hi everyone!
>
> Can someone help me with the following:
>
> I'm not sure whether it is possible to have several documents(html) as an
> output of XSL transformation applied to a single XML document.
>
> Is it possible at all and if so, what XSL instructions could I use to
> inform transformer that it should start generate new (next) output
> document?
>
> Thanks in advance
>
> Max


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]