Siddhi Thakkar wrote:
And I have thousands of<Row> elements like this. For the first 50 rows, I
should be able to create an output xml with name Data1.xml, for next 50 rows output
xml should be data2.xml, for next 50 rows output should be data3.xml and so on until
all the rows are complete. And I have to achieve this with XSLT 1.0. Can anybody
please help?
Well pure XSLT 1.0 does not allow you to create several result documents
with one transformation.
Do you use an XSLT 1.0 processor which supports an extension element to
create multiple result files?
--
Martin Honnen --- MVP Data Platform Development
http://msmvps.com/blogs/martin_honnen/
--~------------------------------------------------------------------
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>
--~--