This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: select="String" as opposed to select="node" when passing paramete rs with <xsl:call-template>


Hello Krish

Try <xsl:with-param name="var1" select="'STRING'"/>

I hope that helps

Edmund
-----Original Message-----


When i try to to do this, it returns an error because there is no <STRING>
node. However, what I actually want is for the literal 'STRING' to be passed
as an argument to the template.



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]