Hi all,

has anyone developed or know of a function to convert all tags to lowercase, but still preserves the contents of the tags and the content of the attributes of the tags?

eg:

<BR />
becomes
<br />


<A HREF='aaaBBB.html>SomeThing</A> becomes <a href='aaaBBB.html>SomeThing</a>


Seems like it's going to be needed more and more in order to comply with XHTML strict.



Justin French



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



Reply via email to