[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Chapter 14 of the XML Bible now online


Subject: Re: Chapter 14 of the XML Bible now online
From: David Story <dstory@xxxxxxx>
Date: Tue, 20 Jul 1999 16:49:44 -0700

Just a typo in the sorting section...

Example showing "number":
<xsl:sort data-type="number" select="ATOMIC_NUMBER" />

Example showing "order"
<xsl:sort order="descending" sort="number" select="ATOMIC_NUMBER" />

In the example showing 'order',
sort="number" should be data-type="number".


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



Current Thread