[Home] [By Thread] [By Date] [Recent Entries]
On 19/08/2010 18:58, a kusa wrote:
HiThat space isn't between two nodes - it's between a begin tag and its corresponding end tag, and it is the child text node of the element represented by those tags. If you want to test for a single space character, the test is product = ' ' (where there's a single space between those apostrophes) If you want to test for one or more whitespace characters, where whitespace characters include tab, CR, and NL, you could use matches(product, '\s+'). Michael Kay Saxonica
|

Cart



