[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] q on xpath 2.0 reserved functions
- From: David Carlisle <davidc@nag.co.uk>
- To: ramkumar.menon@gmail.com
- Date: Sat, 20 Jun 2009 14:02:09 +0100
> <xsl:value-of select="true+1"/>
that selects the element true, coerces its string value to a number
(which is NaN in this case) then adds 1 (resulting in NaN)
> <test><xsl:value-of select="true-1"/></test>
That selects the sequence of elements with name true-1
which is empty in this case.
> Why is this the case?
because xml allows element with name <true-1/> but nit <true+1/>
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]