axmldecoder icon indicating copy to clipboard operation
axmldecoder copied to clipboard

How to output the raw XML?

Open peterdk opened this issue 2 years ago • 1 comments

I can succesfully parse a binary manifest, but want to output it to raw XML. I can't find how I should do this. The debug format! output is more a description of the nodes, not a real XML.

peterdk avatar Dec 09 '23 16:12 peterdk

Ah I found the printer subproject in this repo, that works. Maybe add it to the crate?

peterdk avatar Dec 09 '23 16:12 peterdk