diff options
author | B. Watson <yalhcru@gmail.com> | 2017-04-11 00:13:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-11 00:13:10 +0700 |
commit | 026e64063ee19133fd1c71da17eb0d7de996d84b (patch) | |
tree | 2398c1cea68e5225c37fc76bfab36826c8bcc5ba /perl/perl-xml-parser-lite-tree/README | |
parent | cd59d1c20720f4d87f1e68e75555f907694ec2d8 (diff) |
perl/perl-xml-parser-lite-tree: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-xml-parser-lite-tree/README')
-rw-r--r-- | perl/perl-xml-parser-lite-tree/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-xml-parser-lite-tree/README b/perl/perl-xml-parser-lite-tree/README new file mode 100644 index 000000000000..3baf57747968 --- /dev/null +++ b/perl/perl-xml-parser-lite-tree/README @@ -0,0 +1,6 @@ +perl-xml-parser-lite-tree (XML tree parser module) + +This is a singleton class for parsing XML into a tree structure. How does +this differ from other XML tree generators? By using XML::Parser::Lite, +which is a pure perl XML parser. Using this module you can tree-ify +simple XML without having to compile any C. |