David - from memory, I have had to deal with nested tables before (parsing Flickr pages) and as you point out the replace/itemoffset approach would no have worked. I think I had to rely on either the formatting of whitespace within the html or the presence of adjacent tags to do what I wanted.
Terry... On 23/04/09 12:20 AM, "David Bovill" <[email protected]> wrote: > 2009/4/21 Terry Judd <[email protected]> > >> I usually forget revXML and just use replace, itemOffset etc. to parse >> XHTML. > > > Yes - I've spent ages writing code to do that - but still not got anywhere > regarding nested brackets - or am i missing a trick - actually in this case > it might not be a bad idea - as you rarely have tables within tables - still > could your code handle extracting a table wich may or may not have a number > of tables within it? > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
