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

RE: Using normalize-space to test for characters in te

Subject: RE: Using normalize-space to test for characters in text nodes
From: "Andrew Welch" <ajwelch@xxxxxxxxxxxxxxx>
Date: Wed, 3 Nov 2004 09:31:38 -0000
normalize space
> > Consider the following xml snippet:
> >
> > <root>
> >   <node> </node>
> >   <node>&#160;</node>
> > </root>
> >
> > normalize-space() returns false for the first node, and
> true for the
> > second.  I would have expected both to return false - why is the
> > second node considered different from the first?
>
> Because XPath <http://w3.org/TR/xpath#function-normalize-space> says:
>
>   Whitespace characters are the same as those allowed by the
> S production in XML
>
> And XML <http://www.w3.org/TR/REC-xml/#NT-S> says:
>
>   [3]   	S	   ::=   	(#x20 | #x9 | #xD | #xA)+
>
> thus NO-BREAK SPACE is not whitespace.


Thanks Jarno, true enough.

So to return the third node from the following:

  <node> </node>
  <node>&#160;</node>
  <node>test</node>

I'm going to use:

string(translate(., ' &#160;', ''))

Any improvements, suggestions on that?  I can't think of any other
whitespace (well, apparent whitespace) characters...

cheers
andrew

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.