[xslt] Parameters on the command line
- From: "Kraft, Rich" <rkraft classifiedventures com>
- To: "'xslt gnome org'" <xslt gnome org>
- Subject: [xslt] Parameters on the command line
- Date: Fri, 20 Jun 2003 09:41:44 -0500
I am executing:
xsltproc --param paramx y vehicles.xsl cardata.xml
and the xsl has:
<xsl:template match="profile">
<xsl:param name="paramx"/>
<xsl:value-of select="$paramx"/>
</xsl:template>
But the 'y' never shows up.
(profile is the main element in cardata.xml)
Any help you can give me would be greatly appreciated.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]