Source: libxml-libxml-debugging-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), dh-buildinfo, libhtml-html5-entities-perl , libxml-libxml-perl , perl Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-libxml-debugging-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-libxml-debugging-perl.git Homepage: https://metacpan.org/release/XML-LibXML-Debugging Rules-Requires-Root: no Package: libxml-libxml-debugging-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-html5-entities-perl, libxml-libxml-perl Description: get debugging information from XML::LibXML XML::LibXML::Debugging is a Perl library which 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: . . 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.