perl-XML-Bare - Minimal XML parser implemented via a C state engine
Website: | https://metacpan.org/release/XML-Bare |
---|---|
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
Vendor: | Alcance Libre, Inc. |
- Description:
This module is a 'Bare' XML parser. It is implemented in C. The parser itself is a simple state engine that is less than 500 lines of C. The parser builds a C struct tree from input text. That C struct tree is converted to a Perl hash by a Perl function that makes basic calls back to the C to go through the nodes sequentially.
Packages
perl-XML-Bare-0.53-16.aldos.i686 [45 KiB] |
Changelog
by Joel Barrios (2024-07-12):
- Clean spec file. |