Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nikola11
  • Content: Threads
  • Order by date
  1. nikola11

    extracting XML from XML

    example XML: <employee> <location> <id>3</id> <timezone>2</timezone> </location> </employee> i need to extract the location portion (with all the child nodes) of the employee node as a string. I'm using java and xpath. i can extract a value of a node w/o a problem, but i can't extract the...
  2. nikola11

    How to capture a website as an image?

    Hi all, I'm trying to capture the look of a given website as an image using java. I'm not looking for a screen print of my current screen. I'd like to pass in the website address, get the html, and then convert that html into an image. Basically I need a HTML to image converter. I've seen it...

Part and Inventory Search

Back
Top