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: Record used namespaces #174

Merged
merged 3 commits into from
Aug 23, 2024
Merged

Conversation

carlwilson
Copy link
Member

  • XML parser now records the namespaces used in the XML document, allowing for extended conformance detection; and
  • changed methods to accommodate the new feature.

- XML Parser refactored to support declared namespaces, leaving room for used namespaces;
- Parser namespace collections are now Sets rather than lists;
- tidied minor compiler warnings; and
- bumped version -> 0.13.0.
- XML parser now records the namespaces used in the XML document, allowing for extended conformance detection; and
- changed methods to accommodate the new feature.
- unit test and test file for namespace capture; and
- added generated documenation folders to `.gitignore`.
@carlwilson carlwilson changed the base branch from main to integration August 23, 2024 13:37
@carlwilson carlwilson merged commit fed724e into integration Aug 23, 2024
4 checks passed
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.

1 participant