RE: [xsl] Replacing double quotes with XSLT

Subject: RE: [xsl] Replacing double quotes with XSLT
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Mon, 22 Sep 2003 23:43:26 +0200
> -----Original Message-----
> From James Paul
> 
> Even when trying to replace with the " with a single character it does
> not work.
> 
> Example
> 
>  <xsl:element name = "OrganizationCode">
>  	<xsl:text>"</xsl:text>
>  	<xsl:value-of select =
>  "translate(../@OrganizationCode,'\"','B'"/>
>  	<xsl:text>"</xsl:text>
>  </xsl:element>
> 

Question: Is this an *exact* copy of what you put in the stylesheet? 
If so, I see a closing bracket missing... (wild guess)


Greetz,


Andreas Delmelle


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread