Re: [xsl] given @id="1.2.3" .... -1 || +1 to the "3" in @id??

Subject: Re: [xsl] given @id="1.2.3" .... -1 || +1 to the "3" in @id??
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Fri, 29 Jun 2001 23:09:42 -0700
At 15:28 29-06-2001, Anthony E. wrote:
given @id="1.2.3", how do I add or subtract 1 from the
'.3' in the string "1.2.3" in a stylesheet?

I need to create "prev | next" links generated from
the current @id number for a file. ie - 'prev' link
would be equal to '1.2.2', and 'next' link would be
equal to '1.2.4'

You sure about that? How do you know if it's the last one in its section? What do you do then for the next? Or what if it's the first (for prev)?


If this section has an 'id' attribute (which is obviously not an ID attribute), perhaps the next and previous sections have 'id' attributes, too, and using their values would work better than just doing the calculation.

-Chris
--
Christopher R. Maden, XML Consultant
DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training
<URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA


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



Current Thread