xsl-list
[Top] [All Lists]

[xsl] separation to several textfiles

2007-05-05 05:58:58
Relatively new to XSLT I wonder if it would be possible to transform an
XML input to several text files.

Example:

<files path="/p">
    <file name="f1.txt">this is the first file</file>   
    <file name="f1.txt">this is the second file</file>
</files>

should be transformed to two files:

/p/f1.txt:
this is the first file

/p/f2.txt:
this is the second file


In transformations I'm able to specify one output file.
Do I have to program an utility or is there trick
in transformation?

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>