Is there anyway to return HTML from a web service in C#? If I have my XSLT transform output tag as XML then I'm geting the XML tag
<?xml version="1.0" encoding="UTF-8"?>
at the top of the returned page. Under that is my HTML and that's fine but what I'd really like to do is change my XSLT transform output tag to HTML and have the web service return just the HTML code. Is this possible?