On 2008-04-10, at 20:14 EDT, Chen Ding wrote:
Question:
I should see "<name>apple</name><name>pear</name><name>watermelon</ name>" on the line "Node Text:", right?

I don't think so. Node text refers to the contents of the node, not its children.

Try your test with:

<dataset name="fruits">
      <common>
           <name>apple</name>
           <name>pear</name>
           <name>watermelon</name>
        Here is some node text.
      </common>
</dataset>

Reply via email to