Name : perl-XML-LibXML-Debugging
| |
Version : 0.103
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 3.47
| Date : 2024-08-05 18:21:21
|
Group : Development/Libraries/Perl
| Source RPM : perl-XML-LibXML-Debugging-0.103-3.47.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : get debugging information from XML::LibXML nodes
|
Description :
This module adds a couple of additional methods to XML::LibXML::Node objects which are mostly aimed at helping figure out what\'s going on with the DOM\'s namespaces and structure. \'toClarkML\' produces a string of XML-like markup with explicit namespaces. The following XML:
< foo xmlns=\"http://example.com/1\" xmlns:bar=\"http://example.com/2\" bar:baz=\"quux\" />
Might be represented as:
< {http://example.com/1}foo {http://www.w3.org/2000/xmlns/}xmlns=\"http://example.com/1\" {http://www.w3.org/2000/xmlns/}bar=\"http://example.com/2\" {http://example.com/2}baz=\"quux\" />
Another method \'toDebuggingHash\' returns a hashref suitable for dumping using Data::Dumper.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-X/openSUSE_Tumbleweed/noarch |