Skip to content

Instantly share code, notes, and snippets.

@Makc082
Created January 7, 2026 12:37
Show Gist options
  • Select an option

  • Save Makc082/1aba14fb7dff4a917b67510c32a36f70 to your computer and use it in GitHub Desktop.

Select an option

Save Makc082/1aba14fb7dff4a917b67510c32a36f70 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<movieCollection>
<movie id="1">
<title>The Matrix</title>
<author>The Wachowskis</author>
<year>1999</year>
<additionalInfo>
<genre>Science Fiction</genre>
<actors>
<actor>Keanu Reeves</actor>
<actor>Laurence Fishburne</actor>
<actor>Carrie-Anne Moss</actor>
</actors>
</additionalInfo>
</movie>
<movie id="2">
<title>Inception</title>
<author>Christopher Nolan</author>
<year>2010</year>
<additionalInfo>
<genre>Action / Thriller</genre>
<actors>
<actor>Leonardo DiCaprio</actor>
<actor>Joseph Gordon-Levitt</actor>
<actor>Elliot Page</actor>
</actors>
</additionalInfo>
</movie>
<movie id="3">
<title>Interstellar</title>
<author>Christopher Nolan</author>
<year>2014</year>
<additionalInfo>
<genre>Science Fiction / Drama</genre>
<actors>
<actor>Matthew McConaughey</actor>
<actor>Anne Hathaway</actor>
<actor>Jessica Chastain</actor>
</actors>
</additionalInfo>
</movie>
<movie id="4">
<title>Gladiator</title>
<author>Ridley Scott</author>
<year>2000</year>
<additionalInfo>
<genre>Historical Drama</genre>
<actors>
<actor>Russell Crowe</actor>
<actor>Joaquin Phoenix</actor>
<actor>Connie Nielsen</actor>
</actors>
</additionalInfo>
</movie>
<movie id="5">
<title>Alexander</title>
<author>Oliver Stone</author>
<year>2004</year>
<additionalInfo>
<genre>Historical / War</genre>
<actors>
<actor>Colin Farrell</actor>
<actor>Angelina Jolie</actor>
<actor>Val Kilmer</actor>
</actors>
</additionalInfo>
</movie>
<movie id="6">
<title>Troy</title>
<author>Wolfgang Petersen</author>
<year>2004</year>
<additionalInfo>
<genre>Epic / Historical</genre>
<actors>
<actor>Brad Pitt</actor>
<actor>Eric Bana</actor>
<actor>Orlando Bloom</actor>
</actors>
</additionalInfo>
</movie>
</movieCollection>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment