number function in XPATH1.0 and decimal type in xml schema
Hi,
We are using XSLT1.0.
Our inbound SOAP request contains a decimal type element, which is sometimes populated with a + sign. According to W3 specifications '+' sign is valid. But as per XPATH1.0 specification, number () doesn't support a '+' sign. It returns an 'NaN'.
It appears like there is a gap between these two specifications. Is there any workaround to this issue? or am i missing something?
Any help in this regard is greatly appreciated.
Thanks,
Sudhish
|