|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: printing Quote in XSL
hi. Mani just assumed the following xml <?xml version="1.0"?> <statement> This is a &quot;IMPORTANT&quot; meeting </statement> For this to output the text in the way you wanted it, you may do one of the following. 1. declare <xsl:output method="text"/> or 2.<xsl:value-of disable-output-escaping="yes" select="statement"/> The first is better.. This should do the job HTH ----- Original Message ----- From: "Mani Malarvannan" <mani@xxxxxxxxxxxx> To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx> Sent: Thursday, November 21, 2002 4:28 PM Subject: printing Quote in XSL > Hi, > I've following string obtained from an HTML page, which has a quote > in it, > This is a &quot;IMPORTANT&quot; meeting > > The above string looks This is a "IMPORTANT" meeting in the browser > > Now I want to display the same string in a different page using XSL > I'm getting This is a &quot;IMPORTANT&quot; 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








