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/&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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to