[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE : XPath position of character in element

Subject: RE : XPath position of character in element
From: "Nicolas Mazziotta" <Nicolas.Mazziotta@xxxxxxxxx>
Date: Wed, 17 Apr 2002 15:50:23 +0200
RE :  XPath position of character in element
I was not accurate enough:

what in

<tag>eabcdefg</tag>, the positions of e is 1 and 6.

and 

<tag>eab<tag2>cdef<tag2>g</tag>, the positions of e in <tag> is 1 and 6?

N. Mazziotta

-----Message d'origine-----
De?: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] De la part de Michael
Earls
Envoyé?: mercredi 17 avril 2002 15:38
À?: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Objet?: RE:  XPath position of character in element

For 1 based answer:

The position of 'e' is <xsl:value-of
select="string-length(substring-before(tag,'e')) + 1"/>

For 0 based answer:

The position of 'e' is <xsl:value-of
select="string-length(substring-before(tag,'e'))"/>

Michael Earls

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Nicolas
Mazziotta
Sent: Wednesday, April 17, 2002 9:19 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  XPath position of character in element


Hello,

does anybody know how to get the value of the position of a character in
an element?

e. g. : in <tag>abcdefg</tag>, the position of e is 5.

Thank you.

N. Mazziotta


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


 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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.