XML Converter
Summary
Base functionality for matching and converting XML trees is implemented.
See: #145 (closed)
This should be reviewed and merged relatively soon. Follow-up issues will be created for the following tasks:
-
user and API documentation (#159) -
design and implement more unit tests (#160) -
integration tests (#161) -
issue for creating attribute node converter and completing the text node converter (#158 (closed))
Focus
Have a look at #145 (closed) and check whether the requirements are met.
Test Environment
There are unit tests.
Check List for the Author
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
-
All automated tests pass -
Reference related issues -
Up-to-date CHANGELOG.md (or not necessary) -
Up-to-date JSON schema (or not necessary) -
Appropriate user and developer documentation (or not necessary) - How do I use the software? Assume "stupid" users.
- How do I develop or debug the software? Assume novice developers.
-
Annotations in code (Gitlab comments) - Intent of new code
- Problems with old code
- Why this implementation?
Check List for the Reviewer
-
I understand the intent of this MR -
All automated tests pass -
Up-to-date CHANGELOG.md (or not necessary) -
Appropriate user and developer documentation (or not necessary) -
The test environment setup works and the intended behavior is reproducible in the test environment -
In-code documentation and comments are up-to-date. -
Check: Are there specifications? Are they satisfied?
For further good practices have a look at our review guidelines.
Merge request reports
Activity
added EnhancementAccepted label
assigned to @salexan
requested review from @florian
added 1 commit
- 0694462d - ENH: added a new structure element for xml attributes
added 1 commit
- 8e9b6532 - ENH: started implementation of xpath generator
added 1 commit
- 616c2f8a - ENH: use getroottree to determine tree for getting the paths
added 1 commit
- 602132e7 - ENH: draft of create_children function for xml tag converter
added 1 commit
- 10df18a9 - TST: added test for generating children using xpath in the xml converter
added 1 commit
- 3e8b13df - ENH: redesigned structure elements for the xml conversion
added 2 commits
added 67 commits
-
ea2f1542...af14d1e8 - 66 commits from branch
dev
- c4c7070c - Merge branch 'dev' into f-xml-converter
-
ea2f1542...af14d1e8 - 66 commits from branch