Tree interface to XML documents allowing processing chunk by chunk of huge documents
XML::Twig is (yet another!) XML transformation module.
Its strong points: can be used to process huge documents while still
being in tree mode; not bound by DOM or SAX, so it is very perlish and
offers a very comprehensive set of methods; simple to use; DWIMs as
much as possible
What it doesn't offer: full SAX support (it can export SAX, but only
reads XML), full XPath support (unless you use XML::Twig::XPath), nor
DOM support.
Other drawbacks: it is a big module, and with over 500 methods
available it can be a bit overwhelming. A good starting point is the
tutorial at http://xmltwig.com/xmltwig/tutorial/index.html. In fact the
whole XML::Twig page at http://xmltwig.com/xmltwig/ has plenty of
information to get you started with XML::Twig
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / perl-XML-Twig
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-XML-Twig && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
XML-Twig-3.42.tar.gz | 0000388699 380 KB | |
_link | 0000000148 148 Bytes | |
perl-XML-Twig.changes | 0000003075 3 KB | |
perl-XML-Twig.spec | 0000003155 3.08 KB |
Revision 22 (latest revision is 40)
- update to 3.42 * fixed: bug, elements created with XML::Twig::Elt * added: some tests - passed the spec file through spec cleaner - strip %clean section (not needed on BS)
Comments 0