Considering I want to retrieve a list of all <div class="box"> on a website in order to process their contents: It looks like I should use the css-selectors package for that which itself expects a cxml-dom object, so I need to use the make-dom-builder instead of the xmls-builder first.
Now my application returns a list like this:
Thank you!
Now my application returns a list like this:
#<RUNE-DOM::ELEMENT div {1004196643}>Either I'm too stupid to read the documentation or the documentation isn't very exhaustive indeed; so: how can I "work" with these elements, e.g. examine their contents? Or should I use the xmls-builder and replace the css-selectors by something different - in this case: by what?
#<RUNE-DOM::ELEMENT div {10041BD993}>
#<RUNE-DOM::ELEMENT div {10041CFC23}>
#<RUNE-DOM::ELEMENT div {10041DD7D3}>
#<RUNE-DOM::ELEMENT div {10041E5A33}>
#<RUNE-DOM::ELEMENT div {10041EA6F3}>
Thank you!