|
9630.
|
|
|
The simplest approach is to call these two functions directly, but an optional object oriented interface allows them to be called as methods of an XML::Simple object. The object interface can also be used at either end of a SAX pipeline.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-simple-perl
|
|
9631.
|
|
|
Note from upstream: The use of this module in new code is strongly discouraged. Other modules are available which provide more straightforward and consistent interfaces. In particular, XML::LibXML is highly recommended. XML::Twig is another excellent alternative.These modules are packaged as libxml-libxml-perl and libxml-twig-perl in Debian.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-simple-perl
|
|
9632.
|
|
|
Perl module for processing huge XML documents in tree mode
|
|
|
Summary
|
|
|
|
Moduł Perla do przetwarzania ogromnych dokumentów XML w trybie drzewa
|
|
Translated by
Michael Vogt
|
|
|
|
Located in
Package: libxml-twig-perl
|
|
9633.
|
|
|
The XML::Twig module provides a way to process XML documents. It is built on top of XML::Parser.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-twig-perl
|
|
9634.
|
|
|
The module offers a tree interface to the document, while allowing to output the parts of it that have been completely processed.
|
|
|
Description
|
|
|
|
Moduł oferuje interfejs drzewa dla dokumentu, pozwalający na wyjście części dokumentu, które zostały już przetworzone.
|
|
Translated by
Michael Vogt
|
|
|
|
Located in
Package: libxml-twig-perl
|
|
9635.
|
|
|
It allows minimal resource (CPU and memory) usage by building the tree only for the parts of the documents that need actual processing, through the use of the twig_roots and twig_print_outside_roots options. The finish and finish_print methods also help to increase performance.
|
|
|
Description
|
|
|
|
Pozwala na minimalne obciążenie procesora i pamięci przez budowanie drzewa tylko z tych części dokumentu, które aktualnie potrzebują przetwarzania, poprzez użycie opcji twig_roots i twig_print_outside_roots. Metody finish i finish_print także pomagają zwiększyć wydajność.
|
|
Translated by
Michael Vogt
|
|
|
|
Located in
Package: libxml-twig-perl
|
|
9636.
|
|
|
XML::Twig tries to make simple things easy so it tries its best to takes care of a lot of the (usually) annoying (but sometimes necessary) features that come with XML and XML::Parser.
|
|
|
Description
|
|
|
|
XML::Twig usiłuje łatwo tworzyć proste rzeczy, więc próbuje jak najlepiej zająć się funkcjami pochodzącymi z XML i XML::Parser, które są (zwykle) irytujące, lecz czasami niezbędne.
|
|
Translated by
Michael Vogt
|
|
|
|
Located in
Package: libxml-twig-perl
|
|
9637.
|
|
|
re-usable XPath engine for DOM-like trees
|
|
|
Summary
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-xpathengine-perl
|
|
9638.
|
|
|
XML::XPathEngine provides an XPath engine, that can be re-used by other module/classes that implement trees.
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-xpathengine-perl
|
|
9639.
|
|
|
In order to use the XPath engine, nodes in the user module need to mimic DOM nodes. The degree of similarity between the user tree and a DOM dictates how much of the XPath features can be used. A module implementing all of the DOM should be able to use this module very easily (you might need to add the cmp method on nodes in order to get ordered result sets).
|
|
|
Description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Package: libxml-xpathengine-perl
|