Fixed small bug in transforming the document to HTML. If there was no stylesheet for a given doctype, and so the transformation couldn't occur, the XML doc was returned, but the content-type was still set (incorrectly) to html. Now it is not set to text/html when an xml doc is sent.
Fixed small bug in transforming the document to HTML. If there was
no stylesheet for a given doctype, and so the transformation couldn't
occur, the XML doc was returned, but the content-type was still set
(incorrectly) to html. Now it is not set to text/html when an xml doc is
sent.