|
Subject: Re: [xsl] XPath Error From: Geert Josten <Geert.Josten@xxxxxxxxxxx> Date: Sun, 31 Oct 2004 10:40:38 +0100 |
> Thanks for the reply. Can you let me know how to find > out this one?
<xsl:variable name="myInfo" select="'some string'" /> --> variable contains data type String
<xsl:variable name="myInfo" select="1" /> --> variable contains data type Number
<xsl:variable name="myInfo" select="true()" /> --> variable contains data type Boolean
<xsl:variable name="myInfo" select="*[not(self::blabla)]" /> --> variable contains data type NodeSet
<xsl:variable name="myInfo">
<xsl:value-of select="true()" /> <!-- Note: the boolean is converted to a string! -->
</xsl:variable> <xsl:variable name="myInfo">
<xsl:copy-of select="*[not[self::blabla]" />
</xsl:variable>Grtz, Geert
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] XPath Error, Dharm Baval | Thread | Re: [xsl] XPath Error, Dharm Baval |
| Re: [xsl] XPath Error, Geert Josten | Date | Re: [xsl] XPath Error, Dharm Baval |
| Month |