Topic: XML Processing Instructions preserve
I am trying to edit text in tinyMCE that also contains XML Processing Instructions as like as <?xml version="1.0"?>. But when I update the Processing Instructions are converted as comments as like as <!--xml version="1.0"-->
Please advise how to preserve the processing instruction.