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

RE: substring function

Subject: RE: substring function
From: Américo Albuquerque <aalbuquerque@xxxxxxxxxxxxxxxx>
Date: Fri, 12 Jul 2002 11:57:25 +0100
xsl substring function
Hi Michael
I've tested your exemples and they worked as was suposed to. Maby if you
show us the xml and the xsl we might help you.
As Agnes point out, the first exemple show this result: (123)456-7890333
because you concat the string after the 'x', but in the result you show, it
ignore the string after the 'x'. maby your template isn't working on that
particular node and that result cames from another that doesn't have an
extension (an 'x333').

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of CROFT,
MICHAEL
Sent: Thursday, July 11, 2002 6:37 PM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE:  substring function


That is interesting, Im not getting those results.  I will research deeper.
Thanks for your effort.

Mike

		-----Original Message-----
		From:	Agnes Kielen [mailto:a.kielen@xxxxxxx]
		Sent:	Thursday, July 11, 2002 1:25 PM
		To:	xsl-list@xxxxxxxxxxxxxxxxxxxxxx
		Subject:	Re:  substring function

		Hi Michael,
		I don't get it. When I try your first test:

		> <xsl:if test="string(WorkPhoneNumber)">
		> <xsl:value-of
select="concat('(',substring(WorkPhoneNumber,1,3),')
		>

',substring(WorkPhoneNumber,4,3),'-',substring(WorkPhoneNumber,7,4),substrin
		> g-after(WorkPhoneNumber, 'x'))"/>
		> </xsl:if>

		I get this: (123)456-7890333
		You don't get an 'x' because you ask for the characters
after the 'x'. So I
		changed it into:
		<xsl:if test="string(WorkPhoneNumber)">
		<xsl:value-of


select="concat('(',substring(WorkPhoneNumber,1,3),')',substring(WorkPhoneNum

ber,4,3),'-',substring(WorkPhoneNumber,7,4),'x',substring-after(WorkPhoneNum
		ber, 'x'))"/>
		</xsl:if>

		and got with this input:
		<WorkPhoneNumber>1234567890x333</WorkPhoneNumber>
		the following result:
		(123)456-7890x333

		I didn't check your second try. Hopes this helps, but not
sure.

		Agnes



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


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the sender and postmaster@xxxxxxxxxx
**********************************************************************



 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.