xsl-list
[Top] [All Lists]

RE: printing Quote in XSL

2002-11-21 10:47:42
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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



<Prev in Thread] Current Thread [Next in Thread>