Closed rete closed 7 years ago
Your PR has more then 100 whitespace changes, please remove them.
Hi all,
I added an include mechanism to the XMLParser class, allowing to load xml files into the main Marlin steering file. Note that :
To test the feature, I used the processor in examples/mymarlin. You can test it with the following xml files (sorry, rename them with .xml extension. Github doesn't allows me to upload xml files) :
Test it with :
export MARLIN_DLL=./lib/libmymarlin.so
Marlin marlin.xml
Sorry with the whitespace I will fix them ...
The last commit is a squash of the last modifications. No history problem normally ...
Please squash commit 37aa5b5
with d8952a6
All commits are squashed now
I have added some lines from you to the release notes, but it's a bit unclear what you mean.
Nested includes will not be processed in the current version vs. Includes are processed recursively in the document inside the root element.
What I understand under nested is an include of a include, but this is a bit in contradiction to the last statement
You understand correctly. All
BEGINRELEASENOTES
XMLParser
class, allowing to load xml files into the main Marlin steering file. Note that :ENDRELEASENOTES