I have a big 88mb xml file that I tried importing with excel and it keeps crashing.
So I figured I can parse it with php, but dont know enough of how to pull it off.
<note id="need_this_value" random="1234" values="5678">
<name>need_this_value</note>
<fix><description>need_this_value</description></fix>
<patch name="need_this_value" random="1234" values="5678"></patch>
<ref><microsoft random="1234" values="5678">need_this_value</microsoft></ref>
<codes><code random="1234" values="5678">need_this_value</code></codes>
</note>
Can someone show me how to get all my need_this_value.
Thank you soooooooooooo much in advance!