Forum Moderators: open
Is there a way I can hide some of the html from the processor so that it just places it into the generated html file without looking at it too much?
<![CDATA[
some text
a few & reserved < characters
<some non-compliant markup>
the text string <xsl:value-of select="$var">, not its value
]]>
Also read up on the cdata-section-elements attribute of <xsl:output>.