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: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Tue, 3 Jul 2001 06:01:15 +0100
these are exslt functions which work quite nicely

at http://www.exslt.org


chow, jim fuller
----- Original Message -----
From: "Christopher R. Maden" <crism@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, July 03, 2001 5:36 AM
Subject: RE: [xsl] given @id="1.2.3" .... -1 || +1 to the "3" in @id??


> At 13:57 2-07-2001, Chris Bayes wrote:
> >Anthony,
> ><xsl:value-of select="regExp:match(., '[0-9]+|\.', 'g')[5]" /> should do
it.
> >Or
> ><xsl:value-of select="regExp:match(., '[0-9]+|\.',
> >'g')[count(regExp:match(., '[0-9]+|\.', 'g'))]" /> for any .00.00.00.00
Or
> >use tokenize
> >str:tokenize(., '.')
>
> What language is that?  You're using extension functions there, but
there's
> no declaration for the regExp namespace prefix, nor any indication of how
> it's declared.  Are you using the Java String class?
>
> -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
>


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


Current Thread