ASP.NET, XSLT, extracting values from a CDATA section
Posted
by H4mm3rHead
on Stack Overflow
See other posts from Stack Overflow
or by H4mm3rHead
Published on 2010-04-13T20:24:02Z
Indexed on
2010/04/13
20:32 UTC
Read the original article
Hit count: 393
Hi,i have a small problem i have xome xml with a cdata section. This CDATA section contains fragments of HTMl. I would like to extract some of the data inside this CDATA element. Right now i have a XSLT transformation that outputs the rest of the document as HTMl, but i need only a small part of the CDATA HTML, not the entire part - e.g. a my Title tag. How to do this?
© Stack Overflow or respective owner