[xsl] XPath for selecting all text node children?

Subject: [xsl] XPath for selecting all text node children?
From: "Ilkka Hartikainen" <ilkka.hartikainen@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 24 Aug 2001 20:54:11 +0300
Hi!

I've a problem I've been struggling with all day, I have the following XML:

<root>
    <component>
        <element>
            <element>...text here...</element>
        </element>
    </component>
</root>

Now, in xslt, I'd like to get a string from the preceding component (yes,
there are many of them), including all (no matter how the text nodes are
nested) text in the preceding component. I'm doing this inside a for-each
loop. What is the XPath expression for preceding "component"'s all text node
children? Is this even possible?

Regards,
Ilkka Hartikainen



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


Current Thread