Is there any reason that people can think as to why DOMDocument::saveHTML would remove the following:
<![if !vml]>
<img src="someimage.jpg" />
<![endif]>
A little clarification... This HTML comment tag is used in my company's email newsletter code and is necessary to make Outlook 2007 behave properly. For whatever reason, saveHTML strips it out. I know that this doesn't conform to HTML standards and I'm guessing that that is why it is being stripped. BUT, from reading on the internet, saveHTML can produce junk html code anyways.
Any help is appreciated.