Link URL address of the text's tail in text nodes of xml file


/ Published in: XSLT
Save to your folder(s)

For *foo* node, if the node includes URL, link it.

e.g.

*before*: <code>&lt;foo&gt;bar http://example.com&lt;/foo&gt;</code>
*after*: <code>bar &lt;a href="http://example.com"&gt;http://example.com&lt;/a&gt;</code>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.