The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.33

  • For {filter => 5}:
    • you can now have duplicate roots (which was not possible before)
    • added a new function $self->rstem
    • allow branch => '*' which will effectively collect all events and construct a sub-tree in XML format, that XML-format has the correct translations
      • < into &lt;
      • > into &gt;
      • & into &amp;
      • ' into &apos;
      • " into &quot;
    • allow relative roots, such as 'tag1/tag2' or '//tag1/tag2'

Documentation

Lesen von XML-Dateien und Bereitstellung der Pfad information basierend auf einem Pull-Parser.
Lire du XML avec des informations du chemin, conduit par un parseur d'extraction.

Modules

Reading XML and providing path information based on a pull-parser.

Provides

in lib/XML/Reader.pm