Subject: Recover text from element
From: Andoni García Olano <jgarciao@xxxxxxx>
Date: Mon, 20 Dec 1999 16:38:18 +0100
|
|
I´ve got an element composed of a mixture of plain
text and other elements.
How can I recover only the parent´s text, without
getting its children´s text too, within a
for-each loop? I´ve tried using <xsl:value-of select="."/> but this way I
recover the whole tree.
Thank you.
|
|