ox
ox copied to clipboard
Ruby Optimized XML Parser
Hi, i'm playing a bit with your gem to parse and update some opf file (~epub metadata file) and i found that using `Ox.dump` does not preserve xml declaration. To...
Small fix to avoid shorten element name or error on last closed not opened (aka orphan) element reported into ohler55/ox#348. - Use strlen instead of calculation on dr->buf to manage...
In some conditions, a final orphan end tag is reported to the Sax handler incorrectly: ``` ➜ echo -n "" | bundle exec test.rb start_element: 'roo' end_element: 'roo' ``` Even...
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.11.0 to 4.13.0. Release notes Sourced from jidicula/clang-format-action's releases. v4.13.0 What's Changed fix(ci): Add correct workflow perms for package publishing by @jidicula in jidicula/clang-format-action#191 docs: Various README...