Subject:Creating one string from a subset of nodes Author:Anthony Bateman Date:12 Jan 2008 12:13 PM
I need to create one continuous string of text from all of the <TDLINE> nodes in the following XML. Is this possible to do so? The number of <TDLINE> elements will be variable:
<E1TXTH8>
<E1TXTP8>
<TDLINE>Instruction Delivery 2 Line 1</TDLINE>
</E1TXTP8>
<E1TXTP8>
<TDLINE>Instruction Delivery 2 Line 2</TDLINE>
</E1TXTP8>
<E1TXTP8>
<TDLINE>Instruction Delivery 2 Line 3</TDLINE>
</E1TXTP8>
</E1TXTH8>