plcopen/XSLTModelQuery.py
2019-08-09 Edouard Tisserant Moved XSLT model query python code so that XSLT part can be reused for other transformations
2018-02-20 Edouard Tisserant PEP8 and PyLint conformance: whitespaces and stuff
2018-02-18 Edouard Tisserant Fixed earlier XSLT optimizations. Some/most results were missing.
2018-02-18 Edouard Tisserant Moved some code from PLCController.py to other modules. Added necessary imports.
2018-02-17 Edouard Tisserant GetPouVariables optimized with XSLTModelQuery
2018-02-16 Edouard Tisserant Moved XSLTModelQuery class to own module in plcopen package.