[xsl] check for whitespace value between nodes

Subject: [xsl] check for whitespace value between nodes
From: a kusa <akusa8@xxxxxxxxx>
Date: Thu, 19 Aug 2010 12:58:51 -0500
Hi

Is there any way in XSLT to check if the value between two nodes is a
whitespace?

I tried normalize-space(product/text()) !=' ' but that is not working.
I want tocheck if the actual value between <product> </product> is a
white space.

Any tips/suggestions?

Thanks in advance for your help/

Current Thread