alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to ident XML with & inside tags

opened this issue · comments

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?

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;