Click to See Complete Forum and Search --> : XSLT Q - Getting the remainder of a node?


CJensen
10-21-2010, 09:58 AM
Trying to a learn a bit more with XSLT.

Let's say I have a node such as:

<text>
Some Text here <bold>Bold Text</bold> Some more text
</text>

How can I grab that text in the appropriate order in a XSLT scenario?