[snip] 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>"
[/snip]
Have you searched phpclasses.org? Google?
Yes i have searched but couldnīt find anything. Hard to search for becuase "PHP HTML to XHTML" brings up a lot of "Tech youself XHTML" pages.
So i hoped someone knew about a commercial or Free class/functions i could use.
Thanx In Advance Jay
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php