xsl-list
[Top] [All Lists]

converting quot to " in XSLT

2005-06-13 23:17:51
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">&lt;%=
jXPathHelper.getValOrObj(workFlowResult,"</xsl:text>
                                                <xsl:value-of 
select="@jspvalue"/>
                                        <xsl:text 
disable-output-escaping="yes">")
%&gt;</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,&quot;format:floatValue(Abrechnungsdaten/beitraegeSoll,
'FLOAT_ZWEI_NACHKOMMA')&quot;) %>"

Here i am getting &quot; 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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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