RSS is an XML format, and XML can be traversed using the same DOM selectors jQuery uses on an HTML document.
Something like $('item').slice(0,1)
should get you the first two items.
RSS is an XML format, and XML can be traversed using the same DOM selectors jQuery uses on an HTML document.
Something like $('item').slice(0,1)
should get you the first two items.