|
|
Browse by Tags
All Tags » clipping (RSS)
Showing page 1 of 2 (15 total posts)
-
Extract foot ball schedule
-
-
-
An example of using a clipping robot to clip out the functionality of a hotmail inbox.
-
This is an example of clipping from multiple pages.
It clips the kapowtech.com site but replaces the intro text with the text from OpenKapow.com
-
To learn about clipping robots, I tried to build the following: loop over all cameras from Sonys start page and create a table with Sony's descriptions at the left and Text found on Wikipedia on the right (or at least links to any existing Wikipedia articles).
-
The example in the tutorial clips three items out of a web page one by one and does not use a loop.
I have the feeling that loops cannot be used in clipping robots. How does the portlet view help me in creating this loop?
If anyone could show me a working example, this would be of great help.
-
Hi Andreas,
thanks for your answer. I think I understand. I tried to introduce two branches like this http://service.openkapow.com/fxp/sonytest0.clip but this doesn't work either as I do not know how to set the correct test tag.
BTW: Clipping the whole div would give the result, but I would like to learn how to clip things step by step to ...
-
In RSS and REST robots there are many instances of the output objects returned, one for each "Return Object" step. This makes For Each loops perfect for these types of robots, that way you can return a large set of data. Clipping robots works a bit differently though. Here the "End Clip" step is similar to the "Return ...
-
I tried to build a web clip with a "for each" loop. The loop works fine, changing the iteration shows the different web parts I'd like to clip. After the "for each" step, I have a "Clip" step. Running the whole robot leaves me with only the clip from the first iteration, though.
I don't know what I'm ...
1
|
|