Results 683 comments of Daniel Gibson

I'm seeing the same problem, I think. `pkg.export_xml()` is just `'\n'` and `pkg.xml_structure_pretty()` is `b'\n'`. My XML/BackingStory.xml looks like: ```xml   ``` That IDML file was freshly exported with...

I currently don't have access to InDesign, but IIRC the structure was empty (or only contained `Root`). The INDD files I'm processing are "normal" InDesign documents, not using `XMLElement` (except...

Thanks for the clarification! Converting IDML to Markdown actually works relatively well (much better than trying to parse PDF at least - and I tried lots of parsers, including super-slow...