Homepage » Web Development » HTML2XHTML Converter

HTML2XHTML Converter

By Jonathan + August 23rd, 2005

All this does is generate XHTML from the DOM, but might as well jam your ass bad HTML into the browser and start converting from there, right?

Oooo, XHTML *drool*

HTML2XHTML Converter

HTML2XHTML JavaScript Converter (H2X) generates a well-formed XHTML string from an HTML DOM object.

H2X could be used in Content Management Systems (CMS), online wysiwyg html editors or any other javascript application to produce well-formed XHTML 1.0 code.

O comments at "HTML2XHTML Converter"

Be the first commenter!

Comment Now!

Name* Email* Blog / Website

Latest Posts

C#: Returning an array via webservice with derived classes November 20th, 2008

C#: Returning an array via webservice with derived classes

Here’s a neat little thing I learned today. I was writing a WebMethod for a WebService I’m working on for ScribbleLive. The return type[...] Read the rest »