Subject: RE : Re: retrieving mode name
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Fri, 23 Jun 2006 18:45:48 +0200 (CEST)
|
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 riinvente le mail ! Dicouvrez le nouveau Yahoo! Mail et son interface rivolutionnaire.
http://fr.mail.yahoo.com
|