7 users online. Create an account or sign in to join them.Users
[SOLVED] XSLT Replace string in XML output
This is an open discussion with no replies, filed under XSLT.
Search
Create an account or sign in to comment.
7 users online. Create an account or sign in to join them.Users
This is an open discussion with no replies, filed under XSLT.
Create an account or sign in to comment.
Symphony • Open Source XSLT CMS
--with-xsl)
I have an interesting one:
Given XML output of a classic text field:
I'd like to highlight various portions of text. For example, I'd like to wrap each
aletter in aspan. The problem is I get each resulted<span>a</span>in plain text:Any ideas how to add this extra
spantag?Edit:
Got it! Posted on the XSLT tips thread.