Subject: Re: Matching text nodes with only whitespaces
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 3 Feb 2005 15:42:02 GMT
|
I just replied with a regexp matching a string of tabs but actually I
realise I don't understand the question.
I need to write a template matching text nodes, which just consit of
multiple whitespaces (tabs in most cases).
I cant't use normalize-space since I need leading and tailing
whitespaces in some cases.
why does needing leading white space in the case that the node is not
all white stop you using normalize-space in the test?
<xsl:template match="text()[not(normalize-space())]">
...
just matches text nodes that are white.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|