Python XML 解析

阅读 60

2023-11-21

<collection shelf="New Arrivals">

<movie title="Enemy Behind">

  <type>War, Thriller</type>

  <format>DVD</format>

  <year>2003</year>

  <rating>PG</rating>

  <stars>10</stars>

  <description>Talk about a US-Japan war</description>

</movie>

<movie title="Transformers">

  <type>Anime, Science Fiction</type>

  <format>DVD</format>

  <year>1989</year>

  <rating>R</rating>

  <stars>8</stars>

  <description>A schientific fiction</description>

</movie>

  <movie title="Trigun">

  <type>Anime, Action</type>

  <format>DVD</format>

  <episodes>4</episodes>

  <rating>PG</rating>

  <stars>10</stars>

  <description>Vash the Stampede!</description>

</movie>

<movie title="Ishtar">

  <type>Comedy</type>

  <format>VHS</format>

  <rating>PG</rating>

  <stars>2</stars>

  <description>Viewable boredom</description>

</movie>

</collection>

精彩评论(0)

0 0 举报