> Lars Kellogg-Stedman wrote:
>
> > I need to parse this document into a DOM, make some changes, and then
> > spit back out the modified file as (X?)HTML (ideally well-formed). Am
> > I going to be able to do this with PyXML? If not, I'd love to hear
> > your suggestions for the appropriate tools
Lars Kellogg-Stedman wrote:
> I need to parse this document into a DOM, make some changes, and then
> spit back out the modified file as (X?)HTML (ideally well-formed). Am
> I going to be able to do this with PyXML? If not, I'd love to hear
> your suggestions for the appropriate tools.
>
> Than