This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Variable in template atrribute "match" with Xalan and MSXML


> 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."
>
A match pattern in xsl:template is not allowed to contain a variable
reference. MSXML4 is right to reject it, though it seems to be a very odd
error message to produce.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]