RE: [xsl] xsl:sort having no effect.

Subject: RE: [xsl] xsl:sort having no effect.
From: Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx>
Date: Fri, 26 Apr 2002 15:28:03 -0600
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


Current Thread