csteinhilber
Programmer
I'm transforming an XML doc to HTML, and I need to be able to output the value-of a nodes attribute within a comment in the final HTML.
ie, something like:
but, of course, the comment tag prevents the value-of from executing.
Is there a way to do this?
Thanks in advance!
-Carl
ie, something like:
Code:
<!-- <xsl:value-of select="comment" /> -->
but, of course, the comment tag prevents the value-of from executing.
Is there a way to do this?
Thanks in advance!
-Carl