Category Archives: XML
Stripping (HTML) tags in XSLT
As there doesn’t seem to be any built-in function in XLST for stripping tags from strings (e.g., to remove all markup from a piece of HTML-formatted text), people came up with a recursive template-based solution, which has been posted several … Continue reading
Posted in XML
4 Comments