It's not a valid number in XSLT/XPATH:

http://www.w3.org/TR/xpath#NT-Number

A number may only consist of digits and '.'. You either have to convert it 
before transformation or search for a stylesheet which transforms such a 
number to a conformant one.

Regards,

Joerg

Lorenzo De Sio wrote:
> Hi all,
> 
> I've got the following problem (on C2.0):
> 
> a rowset generated by the SQLTransformer (which seems to me to not allow
> specific control over column format) contains rows like these:
> 
>   <row>
>   <nome>Totale Toscana</nome> 
>   <costogesttotale>4.6985818E8</costogesttotale> 
>   <costooperatori>6.79535678E8</costooperatori> 
>   <entraterette>6.01985915E8</entraterette> 
>   <altreentrate>1.26699997E8</altreentrate> 
>   <dummy>65</dummy> 
>   </row>
> 
> the problem is that Xalan doesn't recognize these numeric values as numbers,
> not allowing me to apply any number formatting.
> 
> Any ideas?
> 
> 
> Thanks in advance,
> 
> L:


-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
[EMAIL PROTECTED]
www.virbus.de


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to