Traversing XML

Traversing XML

This is my first post here, appreciate any help you guys can provide.

Learning how to parse xml with jQuery and every tutorial I come across is using a for-each loop to grab the entire tree. However, I need to be able to select a single tag at a time either by child number or by a numbered id attribute.

Can anyone point me in the right direction with the appropriate syntax?