Page is a not externally linkable
- Code, Content, and Presentation
-- XML Development
---- how to put c:if statements in generated HTML


Dijkgraaf - 11:47 pm on Nov 4, 2012 (gmt 0)


The prefix needs to be identified in the root of your XSLT.
See [w3schools.com...] where it has this in the root
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
and the following as the if expression.
<xsl:if test="price &gt; 10">

Notice how the xsl: is defined as pointing to XSL Transform namespace.


Thread source:: http://www.webmasterworld.com/xml/4507148.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com