plcopen/XSLTModelQuery.py
Fri, 09 Aug 2019 12:07:33 +0200 Edouard Tisserant Moved XSLT model query python code so that XSLT part can be reused for other transformations
Tue, 20 Feb 2018 14:16:51 +0100 Edouard Tisserant PEP8 and PyLint conformance: whitespaces and stuff
Sun, 18 Feb 2018 21:51:33 +0100 Edouard Tisserant Fixed earlier XSLT optimizations. Some/most results were missing.
Sun, 18 Feb 2018 21:30:48 +0100 Edouard Tisserant Moved some code from PLCController.py to other modules. Added necessary imports.
Sat, 17 Feb 2018 23:58:47 +0100 Edouard Tisserant GetPouVariables optimized with XSLTModelQuery
Fri, 16 Feb 2018 18:24:55 +0100 Edouard Tisserant Moved XSLTModelQuery class to own module in plcopen package.