On Aug 2, 1:45 pm, Roman <[EMAIL PROTECTED]> wrote: > Is there a package that converts a string that contains special > characters in xml to to literal value. For instance, converts > stringhttp://myhome/¶mtohttp://myhome/¶m. > > Thanks in advance
I've seen examples using the HTMLgen module. But here's another script I just found: http://mail.python.org/pipermail/python-list/1999-November/016814.html I would think that you could use regular expressions too. Mike -- http://mail.python.org/mailman/listinfo/python-list