Preferred Language:

Listing 19.22 - Movies.xml

Listing 19.22 - Movies.xml (C#)
Copy

<?xml version="1.0" encoding="utf-8" ?>
<movies>
  <action>
    <StarWars />
    <IndependenceDay />
  </action>
  <horror>
    <Jaws />
    <NightmareBeforeChristmas />
  </horror>
</movies>