Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: read attributes from root node of XML documents #4

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

dalelane
Copy link
Collaborator

Description

This commit modifies the Converter so that it now captures attributes from the root nodes of XML documents. The logic change for the Converter is relatively minor (read the attributes from the XML reader before starting to recursively traverse the document) so most of the changes in this commit are to add a few variations of test to verify the new behaviour.

Also updated dependencies to bring them up to date.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Unit Test

pom.xml Outdated Show resolved Hide resolved
This commit modifies the Converter so that it now captures
attributes from the root nodes of XML documents. The logic change
for the Converter is relatively minor (read the attributes from
the XML reader before starting to recursively traverse the
document) so most of the changes in this commit are to add a few
variations of test to verify the new behaviour.

Signed-off-by: Dale Lane <[email protected]>
@dalelane
Copy link
Collaborator Author

dalelane commented Sep 2, 2024

rebased to bring in the update from #5 - hopefully that will fix the build

@dalelane dalelane merged commit 774efc4 into main Sep 2, 2024
2 checks passed
@dalelane dalelane deleted the root-node-attributes branch September 2, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants