Hi deostroll, You can attempt to parse the HTML as XML, but this will only work if the page is well-formed XHTML. Most pages aren't, and beautiful soup specialises in parsing pages that aren't well-formed. It's also substantially easier to use than a DOM-based parser.
-Nick Johnson On Tue, Nov 10, 2009 at 2:54 PM, deostroll <[email protected]> wrote: > > Can I not load it as XML...? Will there b a problem traversing the > nodes...? > > --deostroll > > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
