Re: [xsl] Writing an Var into a file

Subject: Re: [xsl] Writing an Var into a file
From: xptm@xxxxxxx
Date: Wed, 23 Jun 2004 13:43:12 +0100
I don't know if is this what i want but i used
<xsl:stylesheet version="2.0"
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
       	xmlns:lxslt="http://xml.apache.org/xslt";
	xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
		extension-element-prefixes ="redirect lxslt" >

<redirect:write file="tables.xml" method="xml" indent="yes">
(...)
</redirect:write>


Quoting Jan Kohnert <J.Kohnert@xxxxxxxxxxx>:

> Hello List,
>
> I have the Var calles $This.
>
> For debuging reasons I want to output the variable into a output XML file.
> The XML file is not the same as the general sytelsheets output. In the end I
> want to have two files. The general output, and the XML file including
> "$This".
>
> I was thinking about using something similiar to this:
>  <xsl:copy-of select="document('This.xml')/$This)"/>
>
> But that did not work.
>
> Do You have an idea of how I could copy $This inot this.xml?
>
> Thanks!!!
>
> --+------------------------------------------------------------------
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> To unsubscribe, go to: http://l


ists.mulberrytech.com/xsl-list/
> or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
> --+--
>
>


Current Thread