Rand Stats

LibXML::Writer

zef:dwarring
0.0.5  2026-02-08T10:15:20+13:00
    - Add a newline after Dtd AST definition. Fixes a minor
      inconsistancy with LibXML::Item ast-to-xml().
    - Directly call xmlHasFeature() to detect writer availibilty

0.0.4  2025-06-09T08:51:55+12:00
    - Add basic Dtd handling to write-ast() method. Bring up-to-date
      with LibXML 0.10.14+ generated asts.

0.0.3  2024-06-07T10:12:27+12:00
    - Add serialize() method for compatibility with XML::Writer
    - Flush before pushing in LibXML::Writer::PushParser
    - Fix ast construction test in ast.t

0.0.2  2023-09-15T06:55:38+12:00
    - Restore README.md. Clobbered in initial release.

0.0.1  2023-09-15T06:30:35+12:00
    - Initial release