RE: [dom4j-user] Text nodes in dom4j

2003-03-13 Thread Mike Skells
the document call setMergeAdjacentText(true) on the SAXReader, which will do the merge as you read the document   Mike -Original Message-From: Samuel Cheung [mailto:[EMAIL PROTECTED] Sent: Monday 10 March 2003 18:24To: [EMAIL PROTECTED]Subject: [dom4j-user] Text nodes in dom4j

[dom4j-user] Text nodes in dom4j

2003-03-10 Thread Samuel Cheung
Title: Text nodes in dom4j Hi, If I have a xml source like this (with "\n" and "\t" before the 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 node?       Boss Big   thank you