Re: [XML-SIG] Parsing malformed XHTML

2006-05-23 Thread Andrew Shearer
> 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

Re: [XML-SIG] Parsing malformed XHTML

2006-05-21 Thread Brian Quinlan
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