xsl-list
[Top] [All Lists]

RE: [xsl] Matching using variable or Substring

2008-11-12 05:17:34
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--