xsl-list
[Top] [All Lists]

Re: [xsl] Matching using variable or Substring

2008-11-12 05:23:31
On Wed, Nov 12, 2008 at 3:48 PM, V.Ramkumar
<v(_dot_)ramkumar(_at_)macmillansolutions(_dot_)com> > I am using like this,
<xsl:template
match="p[starts-with(@class='FeaturePara')]">

I think, David meant ...

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


-- 
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>