Hi!

Is there any class, functions etc that will convert old HTML to XHTML.

I want to send in some HTML text and get XHTML back.

e.g: the following would be converted:
in="<font face="verdana,arial,helvetica,sans-serif" color="#0000cc" size="2">hello</font>"


out="<span style"font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color:#0000cc">hello</span>"

or something like that.

Any opensource, commercials?

Thanx In Advance
Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to