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

RE: Matching Text that may have white-space prefix and appen

Subject: RE: Matching Text that may have white-space prefix and append
From: Bassi Suk <bassi.s@xxxxxxxxxx>
Date: Wed, 8 Nov 2000 10:30:09 -0500
white prefix
I have a problem where l need to filter elements based on their element
content.

For example:

<root>
	<contact>
	<name>
Suk.
	</name>
	<phone>
12345
	</phone>
	</contact>
	<contact>
	<name>
Bassi.
	</name>
	<phone>
67890
	</phone>
	</contact>
</root>

if l tried:

<xsl:apply-templates select="//phone[(../name)='Suk.']"/>

l would get back zero results.

This is because the XSLT processor does not ignore the space between <name>
and Suk. and </name>.

Is this the fault of the processor, or is there another way of doing this?

Thanks.

Suk.
*****************************************************************
DISCLAIMER:   The information contained in this e-mail may be confidential
and is intended solely for the use of the named addressee.  Access, copying
or re-use of the e-mail or any information contained therein by any other
person is not authorized.  If you are not the intended recipient please
notify us immediately by return e-mail to the originator.    


 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.