[xsl] Matching text nodes with only whitespaces

Subject: [xsl] Matching text nodes with only whitespaces
From: "Huditsch Roman" <Roman.Huditsch@xxxxxxxxxxxxx>
Date: Thu, 3 Feb 2005 16:27:58 +0100
Hi,

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.
I suppose matches() would help me here, but I actually don't know how to
formulate the regular expression for that.
Can you help me here?
Thanks!

wbr,
Roman

Current Thread