Re: DOM comparison utility
- From: Thomas 'PointedEars' Lahn <PointedEars@xxxxxx>
- Date: Sat, 15 Apr 2006 04:37:36 +0200
sueyic@xxxxxxxxx wrote:
Specifically, it would be great if there was tool or tools which could:
- Capture the DOM of a website and save it
- Capture the DOM of the website later and save it
- Compare the two DOM structures so you could easily see what's
different about them
Are there such tools? .. I have not found them yet while googling ..
thanks for your help!
My ObjectInspector[1] allows for the latter, manually, running in both
browsers which document trees should be compared. I have not thought of
saving the document tree as a file yet, but now that you mention it: yes,
certainly it would be interesting to run a kind of diff on the generated
files, so it is on my To Do list as of now.
PointedEars
___________
[1] <URL:http://pointedears.de/ObjectInspector>
.
- References:
- DOM comparison utility
- From: sueyic@xxxxxxxxx
- DOM comparison utility
- Prev by Date: Re: Should UA string spoofing be treated as a trademark violation?
- Next by Date: AJAX tutorials
- Previous by thread: Re: DOM comparison utility
- Next by thread: Position div next to element
- Index(es):
Relevant Pages
|