sports-rss.xml
Attached is an excerpt from the San Diego Union Tribune Sports RSS feed.
RSS is used to transmit article information in a format that newsreaders can
understand. To transmit data it uses something called XML, or extensible markup language.
Download the attached XML file and open it in Visual Studio Code.
Then answer the following questions.
Note: you will need to right-click and use 'Save as...' to choose a location for the file download
- What similarities do you notice between the root element in HTML and in this RSS feed?
- What similarities do you notice with how the data is organzed compared to HTML?