[ 
https://issues.apache.org/jira/browse/CONFIGURATION-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oliver Heger resolved CONFIGURATION-526.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Patch applied in revision 1449399. Many thanks.

Oliver, if you want to be added to the contributors section of the pom, just 
attach a patch with a new <contributor> element and your data. I will then 
update the pom correspondingly.
                
> Support loading from and saving to DOM nodes
> --------------------------------------------
>
>                 Key: CONFIGURATION-526
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-526
>             Project: Commons Configuration
>          Issue Type: New Feature
>            Reporter: Oliver Kopp
>            Priority: Minor
>              Labels: patch
>             Fix For: 2.0
>
>         Attachments: add-DOM-load-and-save-to-XMLPropertiesConfiguration.txt
>
>
> I'm loading a complex XML document, where properties are are nested using the 
> Java 1.5 properties XML format. This is in contrast of the issue 
> CONFIGURATION-209, where an XML-based format has been introduced. I require 
> following signatures:
>   void load(Element element) throws ConfigurationException
>   void save(Document document, Node parent)
> Please find attached a patch implementing this requirement.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to