RE: [xsl] Matching using variable or Substring

Subject: RE: [xsl] Matching using variable or Substring
From: "V.Ramkumar" <v.ramkumar@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Nov 2008 15:48:24 +0530
>>David answered,
>><xsl:template match="[starts-with(@class='FeaturePara')]">

David,

I am using like this, <xsl:template
match="p[starts-with(@class='FeaturePara')]">

But saxon throughing error, my.xsl; Line #115; Column #69;
org.apache.xpath.functions.FuncStartsWith only allows 2 arguments

Regards,
Ramkumar

Current Thread