Good Day,
We have a daily cron job that captures an XML document for statistics purposes. This large XML file ends up being in two lines.
I would like to extract the value of first occurrence of the documents element that looks like -
Any ideas?
Regards,
Dan
We have a daily cron job that captures an XML document for statistics purposes. This large XML file ends up being in two lines.
I would like to extract the value of first occurrence of the documents element that looks like -
Code:
<documents>1615453</documents>
Any ideas?
Regards,
Dan