Hii I am using asp:XML control to transform xsl in my website.
Its all working ok, but when I view the html source, it shows data which fetch by xsl with following line <?xml version="1.0" encoding="utf-8"?> this line is appear where I have placed asp:XML control. and due to that my page is not validate in W3C Validator. I want to remove this tag because it comes in between the page, and it is not required. Is there any way to remove this ? Thanks in advance
