This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]