Ok, Almost certainly I will mess up somewhere with terminology but here is my best go. I'm new to XML.
Example to explain:
<videolist>
<video>
<li nk>
http://?????.com</link>
<subject>Airplanes</subject>
</video>
</videolist>
I want to be able to get all the <video> elements that have the subject as airplanes and I want to be able to document.write those particular video's links into HTTP. How would I go about doing this, what XML method would I use? Sample code for the javascript would be greatly appreciated.
Just to Clarify:
There will be multiple videos with different subjects. I want to know how to get the videos with the same subject.
Thanks Much in Advance!