Sunday, 8 September 2013

How to replace string in XSLT?

How to replace string in XSLT?

I have this XML:
<path>/en/products/bike</path>
Is there an XSLT function that will return
/products/bike
?
Thanks for any help.

No comments:

Post a Comment