alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 136 forks source link

Element Names cannot contain colons #83

Closed Brodiemc closed 8 years ago

Brodiemc commented 8 years ago

Specifications like SAML2 use the syntax saml:Issuer/saml:Issuer. This use of the colon in the element name breaks the parser.

alek-sys commented 8 years ago

This is not 'colon in the element name', this is XML namespace. Is saml namespace is not declared - parser fails, this is XML standard.