This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: xsl:sort having no effect.


At 02:49 PM 4/26/2002, you wrote:
>Here's a snippet of the input:
>
>
><WizardBluePrint>
>     <Property saleOrLease="SALE" type="RETAIL">
>         <Category name="General Information" pageNumber="1"
>value="GENERAL_INFORMATION">
>             <Group name="About This Listing">
>                 <Field>
>                     <Class>Listing</Class>
>                     <Search>false</Search>
>                     <Required>*</Required>
>                                 .
>                                 .
>                                 .
>
>                         blah blah blah

It sorted just fine for me:
<img width="19" height="13" align="absbottom" 
src="../../../../images/bullet_1.gif" /><br />
<img width="19" height="13" align="absbottom" 
src="../../../../images/bullet_2.gif" /><br />

I did have to close off your tags and add another Category for non-trivial 
sorting...  Here's the XML I produced to test your XSL.  Maybe if we saw 
more of your XML data...

<WizardBluePrint>
   <Property saleOrLease="SALE" type="RETAIL">
     <Category name="General Information" pageNumber="2" 
value="GENERAL_INFORMATION">
       <Group name="About This Listing">
         <Field>
           <Class>Listing</Class>
           <Search>false</Search>
           <Required>*</Required>
         </Field>
       </Group>
     </Category>
     <Category name="General Information" pageNumber="1" 
value="GENERAL_INFORMATION">
       <Group name="About This Listing">
         <Field>
           <Class>Listing</Class>
           <Search>false</Search>
           <Required>*</Required>
         </Field>
       </Group>
     </Category>
   </Property>
</WizardBluePrint>



Greg Faron
Integre Technical Publishing Co.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]