Metadata-Version: 1.1
Name: xmltool
Version: 0.3.2
Summary: Tool to manipulate XML files
Home-page: http://xmltool.lereskp.fr/
Author: Aurélien Matouillot
Author-email: a.matouillot@gmail.com
License: MIT
Description: xmltool
        =========
        
        xmltool is a python package to manipulate XML files. It's very useful to update some XML files with the python syntax without using the DOM.
        The main goal of this package was to create a HTML form to edit and create a XML file. The form generation is based on a dtd file.
        `Read the documentation <http://xmltool.lereskp.fr>`_
        
        
        Changelog
        =========
        
        O.3.2:
            * Better support for local dtd. It can a relative path from the XML filename.
            * Bug fix: the EMPTY tags are support correctly!
        
        O.3.1:
            * Render the text element as HTML format when exporting in XML (no autoclose tag)
            * Bug fix: make sure we add empty text element in the HTML form
        
        O.3:
            * Rewrite the core of the code
            * Better performance to generate the HTML
            * Bug fix
        
        O.2:
            * Update the project architecture
            * Be able to access to the element properties like a dict
            * Add functions to easily update or create XML file
            * Fix missing README file in the package
        
        O.1:
            * Initial version: package to manipulate XML file and create HTML forms.
        
        
        
        
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Text Processing :: Markup :: HTML
