G
Guest
I'd like to output an HTML fragment from an XSL UDF, but the HTML tags
aren't being output (just non-html values show up in the output). As a
noob, I'm probably missing some fundamental piece of info.
For instance, the following yields simply "hello" in my HTML output:
<xsl:function name="jj:test">
<td>hello</td>
</xsl:function>
Also, it would be a bonus if someone would guide me to some good, free,
online XSLT (2) documentation.
Thanks,
Jamie
aren't being output (just non-html values show up in the output). As a
noob, I'm probably missing some fundamental piece of info.
For instance, the following yields simply "hello" in my HTML output:
<xsl:function name="jj:test">
<td>hello</td>
</xsl:function>
Also, it would be a bonus if someone would guide me to some good, free,
online XSLT (2) documentation.
Thanks,
Jamie