If you want to parse HTML, use the Beautiful Soup HTML parser instead: http://www.crummy.com/software/BeautifulSoup/
It's rather unlikely that HTML will parse correctly as XML even if the designer and programmer are striving for that. On Mar 5, 9:52 am, Massimiliano <[email protected]> wrote: > Sorry, but this my first website (I'm not a programmer, but just a trier), > so I'm like Alice in wonderland (I have just seen this film). So minidom is > a library I can use to handling XML in and out, right? As I need to > interface a page of the website with another website, that could give me > the contents through XML. > (http://docs.python.org/library/xml.dom.minidom.html) > > Massimiliano > > 2010/3/5 Adam <[email protected]> > > > > > > > There is absolutely nothing special about App Engine's handling of > > XML. The input to or output from App Engine can be XML. You can parse > > and generate XML with any of the standard pure-Python XML-handling > > libraries such as minidom. > > > -- > > 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]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > > My email: [email protected] > My Google Wave: [email protected] -- 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.
