[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Entity inside an attribute
disable-output-escaping has no effect when writing an attribute value. Are you using <xsl:output method="html"/>? Regards, Michael Kay http://www.saxonica.com/ http://twitter.com/michaelhkay > -----Original Message----- > From: Shashank Jain [mailto:shashankjain@xxxxxxxx] > Sent: 20 April 2010 17:26 > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx > Subject: Entity inside an attribute > > > Hello All, > > I am trying to create an HTML <td> tag with attribute > title="=COUNTIF(A3:A13<>P)" > > But I am not able to get the greater than sign '>'. > My output is coming as > <td title="=COUNTIF(A3:A13<>P)"></td> > and I want > <td title="=COUNTIF(A3:A13<>P)"></td> > > Following code I am using to create the td tag. > > <xsl:element name="td"> > <xsl:attribute name="title"> > <xsl:text > disable-output-escaping="yes">=COUNTIF(A3:A13</xsl:text> > <xsl:text disable-output-escaping="yes"><</xsl:text> > <xsl:text disable-output-escaping="yes">>P)</xsl:text> > </xsl:attribute> > </xsl:element> > > I tried this one too in my XSL > > <td title='=COUNTIF(A3:A13<>P)' /> > > > Please correct me where I am doing wrong. > > Thanks, > Shashank > > _________________________________________________________________ > Hotmail is redefining busy with tools for the New Busy. Get > more from your inbox. > http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326:: > T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2
|
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
|