On Tue, Oct 27, 2009 at 5:16 PM, Tim Johnson <t...@johnsons-web.com> wrote:
> Using python 2.5 on linux.
> I am an experienced web programmer. 8 years with python.
> I have done the following in other programming languages, but not so far
> in python:
>
> 1)Parse a form into alternating strings and tags.
> 2)Convert tags into dictionary-like objects.
>  Said process would allow me to then modify the objects and in the same
>  sequence print out the string along with the objects to stdout.
>

<snip>

Taken a look at xml.dom.minidom? Should do everything you're asking.

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

Reply via email to