How would that work, the html tags are values of xml nodes, and the template match looks at the xml nodes itself. Am I mistaken in this?
The proposed solution would work with the XML you posted. It would really help if you either could rephrase your question in the standard XML vocabulary, or post an unadultered snipped of your source. Phrases like "the html tags are values of xml nodes" are usually associated with source like <message><![CDATA[<STRONG>This is a test</STRONG><a href="www.test.com">This is the test link</a>]]</message>
As I said, if this is your problem, get the source fixed so that
you have
<message><STRONG>This is a test</STRONG><a
href="www.test.com">This is the test link</a></message>
instead. Don't try the "I can't do this" route, its rough.J.Pietschmann
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
