I got the following xml output:
<PHOTO>
<PHOTOURL URL="http://stackoverflow.com/"/>
</PHOTO>
I need to get the url of the image out of the string in JAVA.
I got the following xml output:
<PHOTO>
<PHOTOURL URL="http://stackoverflow.com/"/>
</PHOTO>
I need to get the url of the image out of the string in JAVA.