RMLio / rmlmapper-java

The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources
http://rml.io
MIT License
147 stars 61 forks source link

Parse XML with namespace #134

Closed florent-andre closed 2 years ago

florent-andre commented 2 years ago

feat: add xml-ns xpath compatiblity closes #132 - chore: set-up the basic test and changes

florent-andre commented 2 years ago

Regarding the CHANGELOG.md, please find a proposal. Regarding the commit name, I'm used to conventional commits. Maybe this kind of message can be added in the merge and squash commit message ?

XMLRecordFactory: add xml namespace awareness to parse fully namespaced xml files
DylanVanAssche commented 2 years ago

@florent-andre Thanks for addressing the comments! I will squash the commits then into one to follow the commit style of this repository. I like the CHANGELOG.md suggestion!

DylanVanAssche commented 2 years ago

Your code is now merged into v4.13.0! I will close the PR here.

Thanks a lot for your contribution!