Search results for query: *

  • Users: Spelltox
  • Content: Threads
  • Order by date
  1. S

    Xpath query on an XML returns 0 results

    Hi guys ! A little something i hope you could help me with - I've converted an html to XML and now i want to get all the child nodes nested within a DIV element with a specific attribute (class="itemInfo"). Because the html that the XML is based on changes from time to time i want to use a...
  2. S

    Question XPath or any other way to solve this ...

    Hello to all ! Sorry in advance for the long post. I'm trying to get the value of a specific <div> from an html. This div has a class attribute of "itemPrice6", but problem is that this class appears few more times for other <div>s in which i'm not interested in. Best thing for me is if i am...
  3. S

    Question RegularExpression for html?

    Hi to all ! I am new to "Regular Expressions", tried to figure out all these weird stuff but I can't seem to get it right ... I need to extract only the "555" out of an full html string (of course it could be any other number). part of the html string : </div> <div...
  4. S

    What is the meaning of this error message ?

    "Exception has been thrown by the target of an invocation" Instead of words, here is my code's logic : while loop run BGworker01 run BGworker02 ... run BGworker09 application.doEvents thread.sleep(10) end while All the bgWorkers do the same thing (sending some...
Back
Top