HJ wrote:

need to replace all upper case tags and attributes in XHTML (think XMLHttpRequest) with .replace() but I have no idea *if* that is even possible, or how to make it work (:

Try responseText.replace(/<\w+\b|\b\w+=/g, String.toLowerCase)
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to