Bugzilla – Bug 658
Request: Pasting XHTML into simple validator parses in XML mode
Last modified: 2009-11-23 17:17:40 CET
At the moment, if you paste a XHTML page into the validator simple UI's text field input mode, it parses it in HTML mode, and gives validation errors. It would be nice if it would check, notice the "<?xml", and switch to XML parsing mode. Not a major deal, but it would save going through the full UI each time, and doesn't seem like it would be too difficult to implement.
I think the simple UI should have an option to choose between HTML and XML when the input mode is textarea or file upload.
That would work too.