The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Treex::PML::Schema::Reader - an auxiliary class for parsing PML schemas

DESCRIPTION

This class is used in the Treex::PML::Schema->new constructor to acutally parse the XML representation of a PML schema into Perl data structures. It is a simple, faster, and much more extensible replacement for XML::Simple. Treex::PML::Schema::Reader uses XML::LibXML::Reader for XML parsing.

SEE ALSO

Treex::PML::Schema::XMLNode, Treex::PML::Schema, XML::LibXML::Reader, XML::Simple

COPYRIGHT AND LICENSE

Copyright (C) 2008-2010 by Petr Pajas

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.

BUGS

None reported... yet.