[
https://issues.apache.org/jira/browse/XMLBEANS-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13580590#comment-13580590
]
Martin Spamer commented on XMLBEANS-446:
This issue should NOT be classified as
Hi all,
I am using xmlbean for parsing an xml string. for ex:
..
..
* represents whitespace for indentation
when i am retrieving the the secondNode using xmlText method using select
path i am getting the o/p as
..
but is their any way i can get as below
..
..
Please