Midas seems to generate HTML tags with upercase tag names.
When trying to serialize the content of an <editor> through XMLSerializer, HTML is converted in valid XML, except the tag namse are still in uppercase, resulting in invalid XHTML.
So my question may be stupid, but : is there a way to have the DOM elements created by the composer have a tagName in lowercase ?
Thanks
Cedric
