Skip to content

Fix/issue 93 incorrect tag order #95

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

Merged
merged 10 commits into from
Mar 22, 2025

Conversation

AlbertWeichselbraun
Copy link
Contributor

  • Improved both the HTML and XML Annotation postprocessors.
  • Fixed Fix/bug 93 incorrect tag order #94 (XML tags are now closed in the correct order).
  • Breaking change
    • the XmlAnnotationProcessor now uses a mandatory root element to ensure that the create XML is valid.
    • Impact:
      1. The created XML will contain a <content> root element, which contains all annotations.
      2. The name of the root element can be overwritten, if the optional root_element parameter is provided to the annotation processor call.
  • Documentation fixes.
  • Updated dependencies and added pytest as a build dependency.

@AlbertWeichselbraun AlbertWeichselbraun merged commit 8f01fa1 into master Mar 22, 2025
25 of 26 checks passed
@AlbertWeichselbraun AlbertWeichselbraun deleted the fix/issue-93-incorrect-tag-order branch March 22, 2025 18:52
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