XML Processing

kyosohma at gmail.com kyosohma at gmail.com
Thu Aug 2 15:03:54 EDT 2007


On Aug 2, 1:45 pm, Roman <rgelfa... at hotmail.com> wrote:
> Is there a package that converts a string that contains special
> characters in xml to to literal value.  For instance, converts stringhttp://myhome/&paramtohttp://myhome/&param.
>
> 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




More information about the Python-list mailing list