Georg Hohmann wrote:
I mentioned the "param=value" option of saxon8 before
but i can't figure out how to use this. Any hints?
> cat hello.xsl
<xsl:transform
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text"/>
<xsl:param name="param" select="'default'"/>
<xsl:template match="/">
<xsl:value-of select="$param"/>
</xsl:template>
</xsl:transform>
> saxon hello.xsl hello.xsl param=value
value
PS: Not tested.
Regards,
--drkm
___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son
interface révolutionnaire.
http://fr.mail.yahoo.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>
--~--