xsl-list
[Top] [All Lists]

Re: [xsl] normalize-space processing all nodes hack?

2007-11-01 09:22:11
On 01/11/2007, Kolací Tomáš <kolaci(_at_)cncz(_dot_)cz> wrote:
Hi!

I'd like to fill variable textOnly by normalized string of all text of the 
element A. I'm just wondering is there any way, I could write it as one XPath 
expression, like:

<xsl:variable name="textOnly" select="normalize-space(A//text())"/>

(but here only the first text node is used)?


normalize-space(A)

:0)


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
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>
--~--