I'm using ASP to do server-side translation of an XML file using XSL. Everything is great but looking at the resulting source code, you can see several lines of:
<?xml version="1.0" encoding="UTF-16"?>
any place that I've done the XSL transform. This is screwing up the code validation of the page. Is there anyway to remove this? Is it a MSXML2 parser issue...or something else?
<?xml version="1.0" encoding="UTF-16"?>
any place that I've done the XSL transform. This is screwing up the code validation of the page. Is there anyway to remove this? Is it a MSXML2 parser issue...or something else?