applying XSL to XML...

admin

Administrator
Staff member
I have an XSL document (THAT I GOT THROUGH EBAY) that I want to apply to an XML document. Unfortunately, when I try to apply it, I get the following error:
the "<" character cannot be contained in an attribute

this refers to the line of code in the XSL document:
<xsl:when test="contains($attrMessage, '<A ')">

I have tried preceding the "<" with a slash, in the hopes that it would be ignored, but I receive the same error.
What can I do to allow the "<" to be contained in the attribute?
 
Back
Top