RE: [xsl] printing Quote in XSL

Subject: RE: [xsl] printing Quote in XSL
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 21 Nov 2002 17:47:42 -0000
> I've following string obtained from an HTML page, which has a quote 
> in it,  
> This is a &amp;quot;IMPORTANT&amp;quot; meeting
> 
> The above string looks This is a "IMPORTANT" meeting in the browser

To get the second string from the first you need to unescape it twice.
The browser only unescapes it once. If the HTML really contained 

   This is a &amp;quot;IMPORTANT&amp;quot; meeting

then the browser would display it as

   This is a &quot;IMPORTANT&quot; meeting


Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

> 
> Now I want to display the same string in a different page using XSL 
> I'm getting  This is a &amp;quot;IMPORTANT&amp;quot; meeting in the 
> browser, How can I tell the XSL to convert the &amp;quote into ".
> 
> 
> Thanks
> 
> -Mani
> 
> 
> 
> 
> 
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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


Current Thread