Closed obec closed 12 years ago
Could you please provide full example? Something like <?xml version="1.0" encoding="UTF-8"?>
Sorry, it was cutting my example off and processing the XML. I updated the body with a code block.
I don't think it is a bug. Technically xml you provided is not well-formed - namespaces xsi and xsd are not defined. If you update it like
<?xml version="1.0" encoding="UTF-8"?>
Example:
Causes:
Traceback (most recent call last): File ".\sublimeplugin.py", line 362, in run File ".\indentxml.py", line 32, in run File ".\indentxml.py", line 48, in indentxml File ".\xml\dom\minidom.py", line 1928, in parseString File ".\xml\dom\expatbuilder.py", line 940, in parseString File ".\xml\dom\expatbuilder.py", line 223, in parseString xml.parsers.expat.ExpatError: unbound prefix: line 1, column 67