E
Edwin G. Castro
Hi,
I'm new to XSLT and I'm having a hard time figuring out whether XSLT
will do what I need it to do.
I have a XML file with a whole bunch of <message> elements. These
<message> elements have <![CDATA[...]]> in them. I would like to use
XSLT to remove the <message> elements whose CDATA (the "...") matches
a particular regular expression.
Could anyone help me determine if XSLT can do this? If it can, could
someone at least point me in the right direction so I can write the
transform?
Thanks!
--Edwin G. Castro
I'm new to XSLT and I'm having a hard time figuring out whether XSLT
will do what I need it to do.
I have a XML file with a whole bunch of <message> elements. These
<message> elements have <![CDATA[...]]> in them. I would like to use
XSLT to remove the <message> elements whose CDATA (the "...") matches
a particular regular expression.
Could anyone help me determine if XSLT can do this? If it can, could
someone at least point me in the right direction so I can write the
transform?
Thanks!
--Edwin G. Castro