xsl-list
[Top] [All Lists]

Re: Matching text nodes with only whitespaces

2005-02-03 08:42:02

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--