Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.

Unanswered hot to print out c:if in my generated html

  • Friday, October 12, 2012 1:43 AM
     
     
    I am trying to put c:if lines out in the HTML my XSL is creating from the XML

    If I use this:

                                          <xsl:text disable-output-escaping="yes"><c:if test="${value=='yes'}"></xsl:text>                                 

    when the XSL runs it says the prefix "c" for element "c:if" is not bound ..

    If i use like &lt; and &gt; for the < >  before/after the c:if.. then the error goes away but my html does not render as needed.

    Is there some way to put out this line of text and not have the XSL translation care abou the "c:if" ??