- 18 Mar, 2020 4 commits
-
-
-
Michael Thies authored
Feature/xml serialization merge See merge request acplt/pyaas!11
-
Michael Thies authored
# Conflicts: # test/adapter/json/test_json_serialization.py
-
Sebastian Heppner authored
* qualifier_to_xml * value_reference_pair_to_xml (and _iec_value_reference_pair_to_xml) * property_to_xml * range_to_xml
-
- 17 Mar, 2020 14 commits
-
-
Sebastian Heppner authored
The **kwargs are passed to the tree.write() function of lxml
-
Sebastian Heppner authored
The changes were made in the following functions: * qualifier_to_xml * value_reference_pair_to_xml (and _iec_value_reference_pair_to_xml) * property_to_xml * range_to_xml
-
Sebastian Heppner authored
-
Sebastian Heppner authored
model.File.value is Optional[PathType] (string), but it wasn't tested for None before. Now if File.value = None, it is not serialized
-
Sebastian Heppner authored
ValueDataType occurs and is fixed with model.datatypes.xsd_repr() in: * qualifier_to_xml * value_reference_pair_to_xml * property_to_xml * range_to_xml
-
Sebastian Heppner authored
add _iec_lang_string_set_to_xml add _iec_reference_to_xml add _iec_value_reference_pair_to_xml add _iec_value_list_to_xml fix some minor serialization mistakes
-
Sebastian Heppner authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
- 16 Mar, 2020 6 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
See Issue #57
-
Sebastian Heppner authored
See Issue #56 for detailed explanation
-
Michael Thies authored
Feature/compliance tool See merge request acplt/pyaas!10
-
- 13 Mar, 2020 5 commits
-
-
Michael Thies authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
adapter.xml: use lxml.etree.Element nsmap parameter instead xml.etree.ElementTree.register_namespace in serialization
-
Sebastian Heppner authored
-
- 12 Mar, 2020 9 commits
-
-
TorbenD authored
-
Michael Thies authored
-
Michael Thies authored
-
TorbenD authored
-
TorbenD authored
-
Michael Thies authored
-
Michael Thies authored
-
TorbenD authored
-
TorbenD authored
-
- 11 Mar, 2020 2 commits
-
-
Torben Miny authored
examples: Add shebang, executable-bit and absolute imports See merge request acplt/pyaas!15
-
Michael Thies authored
-