| Subject: Re: [xsl] Output < and > in the attribute from the style sheet From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Mon, 23 Apr 2012 11:30:00 -0400 | 
This would be a modified identity transformation something like this:
<xsl:template match="@conf"> <xsl:attribute name="conf"> <xsl:value-of select="." disable-output-escaping="yes"/> </xsl:attribute> </xsl:template>
Unfortunately, for reasons I have never fully understood, disable-output-escaping is ignored in the case of attribute nodes.
-- ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Output < and > in the att, Michael Kay | Thread | [xsl] n-queens?, Michael Hopwood | 
| Re: [xsl] Output < and > in the att, Michael Kay | Date | Re: [xsl] n-queens?, Hermann Stamm-Wilbra | 
| Month |