Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Sorting by number field Sorting by number fieldTo: NULL Date: 6/5/2007 2:40:00 AM I have the next xsl. This xsl try to sort a xml by a number field(impbas). But this number has spanish format, so it use comma instead of point (Ej.: 999,05 =E2=82=AC not 999.05 =E2=82=AC). When I use the msxml parser, the sorting doesn't works, but if I use the XMLSpy own parser, it works. Any help? thank you- ---------------------- begin: XSL ------------------------------ <?xml version=3D"1.0" encoding=3D"utf-16"?> <xsl:stylesheet xmlns:xsl=3D"http://www.w3.org/1999/XSL/Transform" version=3D"1.0"> <xsl:template match=3D"/"> <table width=3D"692px" border=3D"0" cellpadding=3D"2" cellspacing=3D"0"> <tr> <td class=3D"Cabeceras">Hotel </td> <td class=3D"Cabeceras"> <img src=3D"../imagenes/ spacer.gif" width=3D"1" height=3D"1"/> </td> </tr> <tr> <td colspan=3D"8"> <img src=3D"../imagenes/ spacer.gif" width=3D"1" height=3D"5"/> </td> </tr> <xsl:for-each select=3D"/ DisponibilidadHotelRespuesta/infhot"> <xsl:sort data-type=3D"number" select=3D"impbas" order=3D"ascending"/> <tr> <td> <xsl:value-of select=3D"nomser"/> </td> <td class=3D"Registros" align=3D"right"> <xsl:value-of select=3D"impbas"/> </td> </tr> </xsl:for-each> </table> </xsl:template> </xsl:stylesheet> ---------------------- end: XSL ------------------------------ ---------------------- begin: XML ------------------------------ <DisponibilidadHotelRespuesta> <infhot> <nomser>HOTEL ROYAL PLAZA</nomser> <impbas>777,6</impbas> </infhot> <infhot> <nomser>HOTEL IBIZA PLAYA</nomser> <impbas>436,5</impbas> </infhot> <infhot> <nomser>HOTEL EL CORSO</nomser> <impbas>665,4</impbas> </infhot> <infhot> <nomser>HOTEL EL PUERTO</nomser> <impbas>705,6</impbas> </infhot> <infhot> <nomser>HOTEL LOS MOLINOS</nomser> <impbas>636,3</impbas> </infhot> <infhot> <nomser>HOTEL PISCIS PARK</nomser> <impbas>384,6</impbas> </infhot> <infhot> <nomser>HOTEL TRES TORRES</nomser> <impbas>693</impbas> </infhot> <infhot> <nomser>HOTEL TORRE DEL MAR</nomser> <impbas>674,1</impbas> </infhot> <infhot> <nomser>HOTEL SOL IBIZA</nomser> <impbas>714</impbas> </infhot> <infhot> <nomser>HOTEL S ARGAMASSA SOL</nomser> <impbas>714</impbas> </infhot> <infhot> <nomser>HOTEL PINET PLAYA SOL</nomser> <impbas>630</impbas> </infhot> <infhot> <nomser>HOTEL PUEBLO IBIZA</nomser> <impbas>411,6</impbas> </infhot> <infhot> <nomser>HOTEL DON QUIJOTE</nomser> <impbas>271,8</impbas> </infhot> <infhot> <nomser>HOTEL ARGOS</nomser> <impbas>630</impbas> </infhot> <infhot> <nomser>HOTEL MARE NOSTRUM</nomser> <impbas>579</impbas> </infhot> <infhot> <nomser>HOTEL CLUB STELLA MARIS PARAISO</nomser> <impbas>394,8</impbas> </infhot> <infhot> <nomser>HOTEL SIMBAD</nomser> <impbas>638,4</impbas> </infhot> <infhot> <nomser>HOTEL BERGANTIN</nomser> <impbas>533,1</impbas> </infhot> <infhot> <nomser>INVISA HOTEL LA CALA</nomser> <impbas>598,2</impbas> </infhot> <infhot> <nomser>APARTHOTEL CLUB GARBI</nomser> <impbas>547,8</impbas> </infhot> <infhot> <nomser>CLUB TARIDA BEACH</nomser> <impbas>911,1</impbas> </infhot> <infhot> <nomser>INVISA HOTEL ES PLA</nomser> <impbas>537,6</impbas> </infhot> <infhot> <nomser>HOTEL VICTORIA</nomser> <impbas>453,6</impbas> </infhot> <infhot> <nomser>HOTEL PLAYA IMPERIAL</nomser> <impbas>529,2</impbas> </infhot> <infhot> <nomser>HOTEL MIAMI</nomser> <impbas>576,3</impbas> </infhot> <infhot> <nomser>HOTEL HAWAII IBIZA</nomser> <impbas>564,3</impbas> </infhot> <infhot> <nomser>HOTEL CLUB GOLETA/TRES CARABELAS</nomser> <impbas>756</impbas> </infhot> <infhot> <nomser>APTOS. CENTRAL PARK</nomser> <impbas>380,55</impbas> </infhot> <infhot> <nomser>HOTEL NAUTILUS</nomser> <impbas>665,4</impbas> </infhot> <infhot> <nomser>HOTEL CLUB HOTEL PORTINATX</nomser> <impbas>536,4</impbas> </infhot> <infhot> <nomser>HOTEL S ARGAMASSA PALACE</nomser> <impbas>1092</impbas> </infhot> <infhot> <nomser>APARTHOTEL NEREIDA</nomser> <impbas>487,2</impbas> </infhot> <infhot> <nomser>GRAN HOTEL PALLADIUM</nomser> <impbas>798</impbas> </infhot> <infhot> <nomser>APARTHOTEL TROPIC GARDEN(IBZ)</nomser> <impbas>697,2</impbas> </infhot> <infhot> <nomser>HOTEL SIRENIS CORAL PLAYA</nomser> <impbas>462</impbas> </infhot> <infhot> <nomser>APARTAMENTOS MONTEMAR (GLOBALES)</nomser> <impbas>254,1</impbas> </infhot> <infhot> <nomser>APARTAMENTOS DUQUESA PLAYA</nomser> <impbas>441</impbas> </infhot> </DisponibilidadHotelRespuesta> ---------------------- end: XML ------------------------------ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
