Re: DOM related question and problem

2009-12-01 Thread bla bla
Nice post on extracting data, simple and too the point :), I use python for simple html extracting data, but for larger projects like the web, files, or documents i tried a href=http:// www.extractingdata.comextract data/a which worked great, they build quick custom screen scrapers, extracting

Re: DOM related question and problem

2009-12-01 Thread Diez B. Roggisch
bla bla schrieb: Nice post on extracting data, simple and too the point :), I use python for simple html extracting data, but for larger projects like the web, files, or documents i tried a href=http:// www.extractingdata.comextract data/a which worked great, they build quick custom screen

Re: DOM related question and problem

2009-11-21 Thread elca
://blog.ianbicking.org/2008/12/10/lxml-an-underappreciated-web-scraping-library/ Stefan -- http://mail.python.org/mailman/listinfo/python-list hello yes..i know this website already. but failed to use it lxml solution -- View this message in context: http://old.nabble.com/DOM-related-question

Re: DOM related question and problem

2009-11-20 Thread Stefan Behnel
elca, 18.11.2009 19:04: these day im making python script related with DOM. problem is these day many website structure is very complicate . [...] what is best method to check can extract such like following info quickly? This should help:

DOM related question and problem

2009-11-18 Thread elca
element should have to use, such like IE.Document.Frames(1).Document.forms('comment').value = 'hello' anyhelp much appreciate thanks -- View this message in context: http://old.nabble.com/DOM-related-question-and-problem-tp26412730p26412730.html Sent from the Python - python-list mailing

Re: DOM related question and problem

2009-11-18 Thread Chris Rebert
On Wed, Nov 18, 2009 at 10:04 AM, elca high...@gmail.com wrote: Hello, these day im making python script related with DOM. problem is these day many website structure is very complicate . what is best method to check DOM structure and path.. i mean...following is some example. what is

Re: DOM related question and problem

2009-11-18 Thread elca
this message in context: http://old.nabble.com/DOM-related-question-and-problem-tp26412730p26418556.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list