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]

Re: Creating Multiple Files from One Input File (fwd)


This is not possible with one XSLT and only one transformation. You can do 
some transformations on the XML either with one parameterized XSLT or with 
different XSLT. So you will get different output-files.

Another possibility is using an transformer-extension like Xalan Redirect:

http://xml.apache.org/xalan-j/extensionslib.html#redirect
http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/lib/Redirect.html

Joerg


Betty Harvey wrote:

> 
> The subject says it all.  I would like to create multiple
> files based on a single input files.  I haven't found anyway
> to do it is XSLT.  I can do it with Omnimark fairly easy
> but would prefer to do it in XSLT since a stylesheet has
> already been created for the entire files.
> 
> TIA
> 
> Betty


-- 

System Development
VIRBUS AG
Fon +49(0)341-979-7435
Fax +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.de


 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]