Subject: Variable in template atrribute "match" with Xalan and MSXML
From: "Andrey Astakhov" <paranorm@xxxxxxxxx>
Date: Fri, 15 Mar 2002 00:42:06 +0300 (MSK)
|
Hallo, All!
I have to work with Xalan and MSXML4.
I have such xsl style:
<xsl:param name="pMenuItemID"/>
...
<xsl:template match="id($pMenuItemID)">
...
<xsl:value-of select="@caption"/>
...
</xsl:template>
...
It works excelent with Xalan but it doesn't work with MSXML4. I get: "id($pMenuItemID)' is an invalid XPath expression."
Why so?
Best regards,
Andrey
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|