pkgsrc/textproc/p5-XML-Bare/DESCR
fhajny 030ea99414 Import p5-XML-Bare-0.47 as textproc/p5-XML-Bare.
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.
2012-03-08 11:26:03 +00:00

5 lines
329 B
Text

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.