Re: XSL:VALUE-OF
Michael Ludwig <[email protected]>
| Newsgroups | gmane.text.xml.xalan.java.user |
|---|---|
| Message-ID | <[email protected]> |
mahati schrieb: > Following is a param to a template > > <xsl:with-param name="value"><a id="frameLoader" > href="javascript:void(0);" onclick="javascript:<xsl:value-of > select="$gridName"/>.expandAllTreeRows(this);">+</a></xsl:with-param> That's plain wrong. You're falling back to your initial mistake. I suggest you reread the answers Christoffer and I gave you. Or read a good book on XSLT to overcome wrong concepts you seem to have acquired. Cheers, Michael Ludwig