[xsl] parent node text() ??

Subject: [xsl] parent node text() ??
From: "Markus Hanel" <markus.hanel@xxxxxx>
Date: Tue, 2 Dec 2003 09:39:01 +0100 (MET)
I am having a following trouble with text nodes.
Is it possible to catch the first text node "rang1" from the node "solution"
or "valid_input"? I supported with <xsl:value-of
select="solution/valid_input[../text()]" /> but this catches the second text node "rang2".
Thank you, Markus

<text>We<solution>rang1<valid_input>rang2</valid_input></solution>up several
time.</text>

the dtd
<!ELEMENT text (#PCDATA|solution)*>
<!ELEMENT solution (#PCDATA|valid_input)*>

-- 
HoHoHo! Seid Ihr auch alle schön brav gewesen?

GMX Weihnachts-Special: Die 1. Adresse für Weihnachts-
männer und -frauen! http://www.gmx.net/de/cgi/specialmail

+++ GMX - die erste Adresse für Mail, Message, More! +++


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread