J
Joe
How would you preserve tags from an XML element in XSLT output..
Example:
XML document has an ELEMENT "SECTION" allowing contained HTML
This element might have an element such as <A HREF="dfksdfaj">go</A>
I want the output from XSLT processing of the SECTION elements to
output
"<A HREF="dfksdfaj">go</A>" and not "go". I've tried <xsl:value-of
disable-output-encoding select="."/> and it outputs "go".
Any help will be appreciated.
Example:
XML document has an ELEMENT "SECTION" allowing contained HTML
This element might have an element such as <A HREF="dfksdfaj">go</A>
I want the output from XSLT processing of the SECTION elements to
output
"<A HREF="dfksdfaj">go</A>" and not "go". I've tried <xsl:value-of
disable-output-encoding select="."/> and it outputs "go".
Any help will be appreciated.