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!

Recent content by nikola11

  1. nikola11

    extracting XML from XML

    Thanks, that helped. Got it working....
  2. 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...
  3. nikola11

    How to capture a website as an image?

    Thats a great idea. I'll give it a shot and see what I can come up with. Thanks.
  4. nikola11

    How to capture a website as an image?

    Yup, the robot can take a screenshot, but like I said in the first post the screenshot doesn't help me much. I'm running this on a server so I can't be opening up a browser than loading in a page and than taking a screenshot. Its too labor intensive if I have to do many pages. The robot seems...
  5. 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