I would like to extract some data from an XML file. Here is the XML file:
<post height="4093" score="14" file_url="xxxx" parent_id="" sample_url="xxxx" sample_width="850" sample_height="1202 />"
All I need is to extract the string that is stored file_url
. I want this "xxxx"
.