Subject: [xsl] converting quot to " in XSLT From: Arulraj <p_arulraj@xxxxxxxxx> Date: Mon, 13 Jun 2005 23:17:51 -0700 (PDT) |
Hi, I am using following XSLT for generating JSP output. XSLT codes: ----------- <xsl:attribute name="value"> <xsl:choose> <xsl:when test="($ParamJSP='true') and not(@jspvalue='')"> <xsl:text disable-output-escaping="yes"><%= jXPathHelper.getValOrObj(workFlowResult,"</xsl:text> <xsl:value-of select="@jspvalue"/> <xsl:text disable-output-escaping="yes">") %></xsl:text> </xsl:when> <xsl:otherwise> <xsl:value-of select="./value"/> </xsl:otherwise> </xsl:choose> </xsl:attribute> I am getting the following JSP string: ---------------------------------------- value="<%= jXPathHelper.getValOrObj(workFlowResult,"format:floatValue(Abrechnungsdaten/beitraegeSoll, 'FLOAT_ZWEI_NACHKOMMA')") %>" Here i am getting " instead of ". How to solve this? Any help. Thanks in advance Arul __________________________________ Discover Yahoo! Use Yahoo! to plan a weekend, have fun online and more. Check it out! http://discover.yahoo.com/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Numbers to Words, Dave Pawson | Thread | [xsl] Reading "entity references" f, Mukul Gandhi |
Re: [xsl] Grouping, Sorting on Agge, Mukul Gandhi | Date | [xsl] Reading "entity references" f, Mukul Gandhi |
Month |