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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.