|
Hi,
I am using WebBrowser control to place a simple HTML editor in my application. The source HTML is XHTML compliant. The problem is that every HTML tag that gets extracted from the WebBrowser control gets changed to uppercase. In addition, the <TBODY> tag automatically gets inserted into the HTML. This HTML code is part of a larger document that must be validated against XHTML which means all tags must be lowercase and certain tags are invalid (such as TBODY).
Is there a way to set WebBrowser control to leave the source HTML casing unchanged?
Or does anyone know of a 'converter' that could defeat the WebBrowser's attempt to take over the world? Would TidyHTML work? |