xsl-list
[Top] [All Lists]

[xsl] Matching using variable or Substring

2008-11-12 04:13:25
Hi List,

I am doing XSLT2.0 transformation HTML 2 XML using saxon9. 

My input always contains p with some defined attribute (Ex: <p
class="FeaturePara">) based on this I am doing this transformation.

Here, 'FeaturePara' is the defined/standard attribute, but now it is
changing FeaturePara1 or FeaturePara2, FeaturePara_1, FeaturePara_small,
ect. Here FeaturePara is the standard.

The same template I am going to apply for all the above arrtibute starting
with 'FeaturePara' followed anything.

How to match the above case, what method/logic we have to use. Please
suggest anyone.

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