> I've following string obtained from an HTML page, which has a quote
> in it,
> This is a "IMPORTANT" 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 "IMPORTANT" meeting
then the browser would display it as
This is a "IMPORTANT" 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 "IMPORTANT" meeting in the
> browser, How can I tell the XSL to convert the &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
|