Re: [xsl] Auto-Numbering

Subject: Re: [xsl] Auto-Numbering
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 12 Mar 2003 12:32:16 -0700 (MST)
Jack Cane wrote:
> I would like to auto-number pages when printed, references, appendixes,
> footnotes, etc., across a number of XML pages in a site. Please let me know
> if there is an XSLT or related solution for this.

Investigate the use of <xsl:number/>, which generates a number based on
information that is available in the context, e.g. the current node's
depth and relative position.

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

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


Current Thread