xmlclass/xmlclass.py
2016-04-27 Andrey Skvortsov fix copying elements with non-latin content like comment element, or
2014-04-02 Edouard Tisserant xmlclass : Ensured precedence of newly defined class in case of conflicting declaration
2014-01-19 Edouard Tisserant Fixed xmlclass bug when enabling/disabling libraries in root CTN
2013-09-27 Laurent Bessard Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file
2013-09-23 Laurent Bessard Fixed xmlclass for working with included files, adding support for SimpleType elements and solving ambiguity in extension class when different elements share the same name and parent name
2013-09-11 Laurent Bessard Fixed Beremiz for working with new xmlclass support using lxml
2013-09-05 Laurent Bessard Fixed xmlclass and plcopen using precompile xpath where possible
2013-09-03 Laurent Bessard Fixed undo/redo with xmlclass refactoring
2013-09-03 Laurent Bessard Removed obsolete functions for extracting values for xml dom tree and generating xml string
2013-09-02 Laurent Bessard Removed namespaces declaration in subtree elements xml description when copy/paste
2013-08-29 Laurent Bessard Fixed datatype and configuration editing in xmlclass refactoring
2013-08-28 Laurent Bessard Fixed diagram editing in xmlclass refactoring
2013-08-28 Laurent Bessard Second stage of xmlclass refactoring using lxml , project are loaded and displayed successfully
2013-08-26 Laurent Bessard First stage of xmlclass refactoring using lxml
2013-05-28 Laurent Bessard Fixed inconsistency in value display when setting integer value for float parameter
2013-05-13 Laurent Bessard Fixed support for defining python runtime code using sections like in c_ext
2013-04-09 Laurent Bessard Fixed bug when connecting and URI_location is empty
2013-04-04 Laurent Bessard Fixed bug when setting empty value to optional non-string parameters
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz