well this is may difficult since a html page is different in any browser.Example: for an icon on a page, I want to know its coordinates (x,y) as if the page is displayed in browser. (x,y) should be able to tell me whether the icon is at page corner or page center.
Anyway you may can do some simple calculation with nekohtml.
I can imaging that counting <br/>, <p/> <tr/> tags may give an idea if the image is in the top in the middle or on the bottom of a page.
If the page uses css to positioning a image you have to extract these values, so you will never get exact values and you may run in trouble with strange coded httml.
HTH
Stefan
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
