This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

XPath for selecting all text node children?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]