Hi All, and thanks for the responses. I don't think I was clear in what I was asking. I'm happy enough with the parsing components that I have. What I was after was a program which would help me wade through the HTML code on a page to assist me in "viewing" the HTML structure of that page.
I'm using a component which allows me to set the "root node" at any level on the page, like "go in 3 tables, 2 rows, 2 tables, 5 rows, 1 table, 3 rows, and start parsing from there. The pages I'm trying to parse are quite complex, with tables within tables within tables. Keeping count of the rows, cells, tables and so on is tedious, and if I had an application which would allow me to visualise the page structure it would help. Normally I take the source and then manually indent it like a pascal program and that assists, but these particular pages are testing my patience. Cheers, Chris. _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

