alek-sys / sublimetext_indentxml

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

Unable to ident XML with & inside tags #81

Closed ghost closed 8 years ago

ghost commented 8 years ago

For example:

<ITEM_ID>125</ITEM_ID><PRODUCTNAME>Hill & Dale Stellenbosch Chardonnay (6ks)</PRODUCTNAME><PRODUCT> Hill & Dale Stellenbosch Chardonnay (6ks)</PRODUCT>

throws error: xml.parsers.expat.ExpatError: not well-formed (invalid token): line 96, column 681

XML indent tools dont have such problem, please, can you check?

alek-sys commented 8 years ago

Hi, this is message is quite right - XML doesn't allow to have & in a text (http://stackoverflow.com/questions/11840981/are-characters-or-allowed-in-xml), it should be replaced with &amp;