There are a “binary dump” or “get binary representation” function in LibXML2?
I need to access the internal binary representation of a loaded XML DOM... There are some dump functions , but I not see something like "binary buffer" (there are only "XML buffers"). My last objective is to compare byte-by-byte, the same document , before and after some black-box procedure , directly with their binary (current and cached) representations, without convertion (to XML-text representation)... So, the question, There are a binary representation (in-memory structures) in LibXML2, to compare dump with current representations? I need only to check if current and dumped DOMs are