Constructor XMLConfiguration(HierarchicalConfiguration) invalidates text in 
singular top element
------------------------------------------------------------------------------------------------

                 Key: CONFIGURATION-316
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-316
             Project: Commons Configuration
          Issue Type: Bug
    Affects Versions: 1.6
         Environment: Sun JDK 6 on Debian GNU/Linux
            Reporter: Daniel Kraft
            Priority: Minor


When using the XMLConfiguration(HierarchicalConfiguration) constructor for 
copying an XMLConfiguration e.g. originally read from the XML string <e 
a="v">example</e>, the "example" text can still be retrieved from the copy 
using getString(""). When saving the copy to an XML file, however, the text is 
not written; the resulting XML string is just <configuration a="v"/>. I will 
attach sample code that illustrates this.

Whether it is intended that the name of the top-level element gets lost as 
well, I don't know (but that is not my focus here).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to