Hi, Viksit Gaur wrote: > I was wondering if there's a currently implemented way to find out the > common elements between 2 DOM trees? [...] > <html> > <div> > <a> > </div> > </html> Have a look at lxml.html.diff, might come close to what you want. Stefan