|
Hello list!
I'm transforming a XML-document with a
XSL-stylesheet into HTML. Is it possible to pass over the date of transforming
as a parameter to the stylesheet, so that you can see, when the HTML-output was
build?
That meens I need the correct command for XALAN to
do this!
xalan -in input.xml -xsl style.xsl -PARAM
param_to_get_the_date -out output.html
XSL:
<xsl:param name="param_to_get_the_date"/>
<xsl:value-of select="$param_to_get_the_date" /> <!-- With this,
the date of transforming should be outputed.-->
Thank you!
Lars
|
- Re: Date of Transforming Lars Geldner
- Re: Date of Transforming Guy McArthur
- Re: Date of Transforming Guy McArthur
