xsl-list
[Top] [All Lists]

Re: [xsl] Creating multiple xmls using xslt1.0

2012-05-27 17:04:40
Again, if you can use Java, then you can use XSLT 2.0.
you are indicating that the OP is using xslt1 possibly because microsoft

On 27 May 2012 22:59, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:


On 27/05/2012 22:40, Vasu Chakkera wrote:

In XSLT 1.0, each transformation can only produce one result document. So
you will have to organize some kind of script that invokes the same
transformation repeatedly, supplying parameters to indicate which range
of
rows you want to select on each run.

Mike,

I remember, in those good old days, you had a saxon extention
equivalent to the current day's  xsl:result-document ...
something like :
 <saxon:output href="{$file}">
  </saxon:output>

Yes indeed, that was the precursor to xsl:result-document. However, when
people say they are restricted to XSLT 1.0, this generally means Saxon 6.5
is not an option, unless it's for very strange reasons like they are
restricted to JDK 1.3.


Also, With the XSLT1, you can do the following : 1. Write a java function
that will use FileIO classes to serialize.

Again, if you can use Java, then you can use XSLT 2.0.

Michael Kay
Saxonica


--~------------------------------------------------------------------
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>
--~--




-- 
Vasu Chakkera
NodeLogic Limited
Oxford
www.node-logic.com
==============

--~------------------------------------------------------------------
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>
--~--