Skip to content

fix: #125 fork xmlwriter#128

Merged
noahbald merged 3 commits intomainfrom
fix/125-fork-xmlwriter
Apr 21, 2025
Merged

fix: #125 fork xmlwriter#128
noahbald merged 3 commits intomainfrom
fix/125-fork-xmlwriter

Conversation

@noahbald
Copy link
Owner

@noahbald noahbald commented Apr 21, 2025

Creates a module copying xmlwriter with a modified implementation

  • Errors instead of panicking
  • Uses our QualName instead of storing a reference to &str
  • Allows writing custom xml declarations
  • Some other parsing and ast fixes

This gets us to 100% passing for all testable w3c tests when running with none preset.

Closes #125

@noahbald noahbald self-assigned this Apr 21, 2025
@noahbald noahbald force-pushed the fix/125-fork-xmlwriter branch from cf11bef to f2e6f43 Compare April 21, 2025 09:50
@noahbald noahbald merged commit 6d3ab63 into main Apr 21, 2025
20 checks passed
@noahbald noahbald deleted the fix/125-fork-xmlwriter branch April 21, 2025 10:16
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.

Add serialization for PI (fork xmlwriter)

1 participant