Hi all,

I am using xmlbean for parsing an xml string. for ex:
<firstNode>
..<secondNode>
....<thirdNode>
....</thirdNode> 
..</secondNode>
</firstNode>

* represents whitespace for indentation
when i am retrieving the the secondNode using xmlText method using select
path i am getting the o/p as
<secondNode>
....<thirdNode>
....</thirdNode> 
..</secondNode>

but is their any way i can get as below
<secondNode>
..<thirdNode>
..</thirdNode> 
</secondNode>

Please let me know if der is any way to get the o/p in above way.

Thanks 
Harry
-- 
View this message in context: 
http://old.nabble.com/XmlBean-xmlText-method-tp35037030p35037030.html
Sent from the Xml Beans - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org

Reply via email to