
October 11th, 2012, 08:40 PM
|
|
Registered User
|
|
Join Date: Jan 2012
Posts: 7
Time spent in forums: 1 h 41 m 10 sec
Reputation Power: 0
|
|
|
How to escape string not an XPath expression
I am trying to put c:if lines out in the HTML my XSL is creating from the XML
If I use this:
<c:if test="${value=='yes'}">
but the XSL translation is choking on the ${value=='yes'} with Parsing XPath expression has caused an error ..
So now Ineed to know how to escape that or otherwise stop Xsl from thinking its an XPath expression
|