Hi,
If I have a xml source like this (with "\n" and "\t" before the <name> node), does dom4j has 1 text node for the "\n" and another text node for the "\t"? and these text nodes (2) along with the name node are the children of the <person> node?
<person id="Big.Boss">
<name><family>Boss</family> <given>Big</given></name>
</person>
thank you