xsl-list
[Top] [All Lists]

RE: quoted string in select

2002-10-10 01:48:26

Thanks for the reply Jarno but i hava a little bit problem .

actually my xsl file is dynamically build.
intially my xsl file will hava something like this

<xsl:for-each select="">
in the java program is i will read this xml document file find the
xsl:for-each tag and will call

node.setAttribute("select","BankRec[AcctType='CD\'s and FD\'s']");
the attribute value if formed in the program

now i am passing this dynamic xsl+xml to parser and i am getting quoted
string error.

with regards,
Rameswaram

On Thu, 10 Oct 2002 Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com wrote:

Hi,

   i am a new one to XSL. i am trying to give a quotes string 
in select=
in for-each tag. something like this

<xsl:for-each select="BankRec[AcctType='CD\'s and FD\'s']">

<xsl:for-each select='BankRec[AcctType = "CD&apos;s and FD&apos;s"]'>

Cheers,

Jarno - Hocico: Forgotten tears

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 Katta Rameswaram,
 TC/4 Group,
 CMC Centre,
 CMC Limited
 Gachibowli,
 Hyderabad - 500 019
 Ph:  91-40-3000401 (ext.2460/2459)
 Fax: 91-40-3000509

 email: rameswar(_at_)tc4hq(_dot_)cmcltd(_dot_)com
        rameswaram_katta(_at_)rediffmail(_dot_)com



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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