[xsl] Matching attribute

Subject: [xsl] Matching attribute
From: Buddhi Dananjaya <buddhi@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 24 Sep 2007 13:35:14 +0530
XSL ...

<xsl:template match="Object">
<xsl:choose>
<xsl:when test="[@xsi:type='CTextEx' or @xsi:type='CTextRingEx']">
<xsl:copy>
..................................


XML ...

<Object xsi:type="CTextEx">
             <maxQSwitch>500</maxQSwitch>
            .................

Here I want to check the xsi:type attribute and do some operations... But I am getting an error at " xsl:when", Where am I gone wrong. Please help me...

- Regds

- Buddhi -

Current Thread