[jira] [Commented] (XMLBEANS-446) too restrictive prefix constraint

2013-02-18 Thread Martin Spamer (JIRA)
[ 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

XmlBean xmlText method

2013-02-18 Thread harrymagc
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