Download From Submit Button

Hi,
I'm a new user of Knime and I have a question... I've to download the content of a web database which I can obtain selecting the Refman format in a listbox after click a submit button like here  http://boa.unimib.it/browse?type=author&order=ASC&rpp=100&authority=2188 ; but I can't find the correct Node to use.

Sorry for my bad english.

Thanks, 

Samuele

Hi Samuele,

 

I didn't look at the site in question, but if this were to work at all it would be by parsing the HTML as XML with the Palladian nodes, and then chopping out the relevant target URLs with XPath statements. Most submit buttons will trigger a script though, which will be tricky to make work from within KNIME. Happy to learn otherwise, however. :-)

 

Cheers

E

I've solved this problem with the code I've found here: 

http://rest.elkstein.org/2008/02/using-rest-in-java.html