Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

in schema define type for number with comma (e.g. 2,435)

Status
Not open for further replies.

goodgood

Programmer
Feb 15, 2001
13
IL
Hi

I need to define element type that can contain Number with comma.
e.g. 1,234 or 9,234,123.

I need that the xsl sort function will work on this type and will sort it as Number and not as String.

the definition :
<ElementType name=&quot;SUCCESS&quot; dt:type=&quot;fixed.14.4&quot;/>
is work good for Numbers without comma.

Thanks GoodGood.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top