[Home] [By Thread] [By Date] [Recent Entries]

  • From: David Carlisle <davidc@n...>
  • To: ramkumar.menon@g...
  • 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]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member