Skip to content
Sections
>> Trisquel >> 套件 >> etiona >> perl >> libxml-libxml-debugging-perl
etiona  ] [  nabia  ] [  aramo  ]
[ 原始碼: libxml-libxml-debugging-perl  ]

套件: libxml-libxml-debugging-perl (0.103-2)

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:

     <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.

其他與 libxml-libxml-debugging-perl 有關的套件

  • 依賴
  • 推薦
  • 建議

下載 libxml-libxml-debugging-perl

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 8.6 kB34 kB [文件列表]