XML How-To

Vyacheslav Danovich vdanovich at empireone.net
Wed May 30 16:59:21 EDT 2001


Hi folks!

When using xml.sax module and the following file is given:

<collection>
  <comic title="Sandman" number='62'>
    <writer>Neil Gaiman</writer>
    <penciller pages='1-9,18-24'>Glyn Dillon</penciller>
    <penciller pages="10-17">Charles Vess</penciller>
  </comic>
</collection>

and I know the title and the number of the 'comic'
How can I find out the value for <writer>?

Any help is appreciated!



More information about the Python-list mailing list