xsl-list
[Top] [All Lists]

Re: [xsl] Copy results

2008-07-08 02:06:41
What is the optimal way to copy a results document? So, what one would like
perhaps is:

<xsl:result-document
               href="file1.xhtml,file2.xhtml">

</xsl:result-document>

Is the optimal way to do this to assign the page output to a variable and
then dump it in two consecutive result-documents?


I would say you can't "copy a result document" you can only build two,
and you can't really "assign the page output to a variable" you can
only construct a tree within a variable, so...

...construct the output within a variable, then build two result
documents :)     (which is what you thought anyway...)

-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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