|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: position
At 2004-02-14 15:54 +0100, m.vanrootseler@xxxxxxxxx wrote:
Thanks Ken, this works. I hadn't thought of using <xsl:number/>. The output, though, starts with '0', so the first note is numbered '0' but I solved this by putting the lot into a variable and upping it by 1. :{)} That's the "programmer's approach" to solving the problem: throwing it in a variable and upping it by one. Many of my students come to class always trying to employ a programming approach. May I instead suggest a hierarchical approach more consistent with XSLT: <xsl:if test="note">
<xsl:for-each select="note">
<xsl:number level="any"/>
...other note stuff...That way (1) you aren't playing with variables and (2) the above note processing happens successfully when you have more than one note inside your parent element. I hope this helps. ................... Ken
G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995) Male Breast Cancer Awareness http://www.CraneSoftwrights.com/s/bc XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








