<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.python.xml">
    <title>gmane.comp.python.xml</title>
    <link>http://blog.gmane.org/gmane.comp.python.xml</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4561"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4550"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4549"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4544"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4542"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4539"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4538"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4536"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4528"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4525"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4524"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4523"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4520"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4517"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4512"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4510"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4507"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4502"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4496"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.xml/4491"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4561">
    <title>Parsing XML file with Minidom has problem with cr/lf</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4561</link>
    <description>&lt;pre&gt;_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig
&lt;/pre&gt;</description>
    <dc:creator>Peterson, Wayne</dc:creator>
    <dc:date>2010-05-09T06:43:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4550">
    <title>parsing XML with minidom</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4550</link>
    <description>&lt;pre&gt;
Hello. I've only done a litte bit of parsing with minidom before but I'm
having trouble getting my values out of this xml. I need the latitude and
longitude values in bold. I've tried several things. I think that I am
getting into the location tag but maybe the getAttribute function is not
correct for this example?



&amp;lt;GeocodeResponse&amp;gt;
 &amp;lt;status&amp;gt;OK&amp;lt;/status&amp;gt;
 &amp;lt;result&amp;gt;
  &amp;lt;type&amp;gt;street_address&amp;lt;/type&amp;gt;
  &amp;lt;formatted_address&amp;gt;50 Oakland St, Wellesley, MA 02481,
USA&amp;lt;/formatted_address&amp;gt;
  &amp;lt;address_component&amp;gt;
   &amp;lt;long_name&amp;gt;50&amp;lt;/long_name&amp;gt;
   &amp;lt;short_name&amp;gt;50&amp;lt;/short_name&amp;gt;
   &amp;lt;type&amp;gt;street_number&amp;lt;/type&amp;gt;
  &amp;lt;/address_component&amp;gt;
  &amp;lt;address_component&amp;gt;
   &amp;lt;long_name&amp;gt;Oakland St&amp;lt;/long_name&amp;gt;
   &amp;lt;short_name&amp;gt;Oakland St&amp;lt;/short_name&amp;gt;
   &amp;lt;type&amp;gt;route&amp;lt;/type&amp;gt;
  &amp;lt;/address_component&amp;gt;
  &amp;lt;address_component&amp;gt;
   &amp;lt;long_name&amp;gt;Wellesley&amp;lt;/long_name&amp;gt;
   &amp;lt;short_name&amp;gt;Wellesley&amp;lt;/short_name&amp;gt;
   &amp;lt;type&amp;gt;locality&amp;lt;/type&amp;gt;
   &amp;lt;type&amp;gt;political&amp;lt;/type&amp;gt;
  &amp;lt;/address_component&amp;gt;
  &amp;lt;address_component&amp;gt;
   &amp;lt;long_name&amp;gt;Wellesley&amp;lt;/long_name&amp;gt;
   &amp;lt;short_name&amp;gt;Wellesley&amp;lt;/short_name&amp;gt;
   &amp;lt;type&amp;gt;administrative_area_level_3&amp;lt;/type&amp;gt;
   &amp;lt;type&amp;gt;political&amp;lt;/type&amp;gt;
  &amp;lt;/address_component&amp;gt;
  &amp;lt;address_component&amp;gt;
   &amp;lt;long_name&amp;gt;Norfolk&amp;lt;/long_name&amp;gt;
   &amp;lt;short_name&amp;gt;Norfolk&amp;lt;/short_name&amp;gt;
   &amp;lt;type&amp;gt;administrative_area_level_2&amp;lt;/type&amp;gt;
   &amp;lt;type&amp;gt;political&amp;lt;/type&amp;gt;
  &amp;lt;/address_component&amp;gt;
  &amp;lt;address_component&amp;gt;
   &amp;lt;long_name&amp;gt;Massachusetts&amp;lt;/long_name&amp;gt;
   &amp;lt;short_name&amp;gt;MA&amp;lt;/short_name&amp;gt;
   &amp;lt;type&amp;gt;administrative_area_level_1&amp;lt;/type&amp;gt;
   &amp;lt;type&amp;gt;political&amp;lt;/type&amp;gt;
  &amp;lt;/address_component&amp;gt;
  &amp;lt;address_component&amp;gt;
   &amp;lt;long_name&amp;gt;United States&amp;lt;/long_name&amp;gt;
   &amp;lt;short_name&amp;gt;US&amp;lt;/short_name&amp;gt;
   &amp;lt;type&amp;gt;country&amp;lt;/type&amp;gt;
   &amp;lt;type&amp;gt;political&amp;lt;/type&amp;gt;
  &amp;lt;/address_component&amp;gt;
  &amp;lt;address_component&amp;gt;
   &amp;lt;long_name&amp;gt;02481&amp;lt;/long_name&amp;gt;
   &amp;lt;short_name&amp;gt;02481&amp;lt;/short_name&amp;gt;
   &amp;lt;type&amp;gt;postal_code&amp;lt;/type&amp;gt;
  &amp;lt;/address_component&amp;gt;
  &amp;lt;geometry&amp;gt;
   &amp;lt;location&amp;gt;
    &amp;lt;lat&amp;gt;42.3118520&amp;lt;/lat&amp;gt;
    &amp;lt;lng&amp;gt;-71.2632680&amp;lt;/lng&amp;gt;
   &amp;lt;/location&amp;gt;
   &amp;lt;location_type&amp;gt;ROOFTOP&amp;lt;/location_type&amp;gt;
   &amp;lt;viewport&amp;gt;
    &amp;lt;southwest&amp;gt;
     &amp;lt;lat&amp;gt;42.3093524&amp;lt;/lat&amp;gt;
     &amp;lt;lng&amp;gt;-71.2665476&amp;lt;/lng&amp;gt;
    &amp;lt;/southwest&amp;gt;
    &amp;lt;northeast&amp;gt;
     &amp;lt;lat&amp;gt;42.3156476&amp;lt;/lat&amp;gt;
     &amp;lt;lng&amp;gt;-71.2602524&amp;lt;/lng&amp;gt;
    &amp;lt;/northeast&amp;gt;
   &amp;lt;/viewport&amp;gt;
  &amp;lt;/geometry&amp;gt;
 &amp;lt;/result&amp;gt;
&amp;lt;/GeocodeResponse&amp;gt;


Code:

body = dom.getElementsByTagName('GeocodeResponse')[0]

for item in body.getElementsByTagName('location'):
     lat = item.getAttribute('lat')
     lng = item.getAttribute('lng')
&lt;/pre&gt;</description>
    <dc:creator>kimmyaf</dc:creator>
    <dc:date>2010-04-25T22:24:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4549">
    <title>Tags</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4549</link>
    <description>&lt;pre&gt;_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig
&lt;/pre&gt;</description>
    <dc:creator>Rachel Brown</dc:creator>
    <dc:date>2010-04-14T18:26:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4544">
    <title>Python DTD parser?</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4544</link>
    <description>&lt;pre&gt;Dear XML-SIG,

I am trying to find a working, maintained DTD parser written in Python.  The
main Python XML distribution does not include one.  I was using the PyXML
parser, but (1) (at least on SourceForge) it hasn't been maintained for
years, and (2) (as of the last version I could find, 0.8.4) it has a bug
that sometimes causes it to not process the very last line of a DTD -- which
in a well-modularized DTD is often an entity reference that pulls in the
main content of the DTD!

I've written my own DTD parser, but it omits some features, I really don't
know how well it conforms to the spec (which is important because I'm also
writing some DTDs of my own), and I'd much rather use a well-tested one
written by others.

Any advice will be appreciated.

Sincerely,

L Peter Deutsch
_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig

&lt;/pre&gt;</description>
    <dc:creator>L Peter Deutsch</dc:creator>
    <dc:date>2010-04-03T13:45:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4542">
    <title>Can't Import libxml2</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4542</link>
    <description>&lt;pre&gt;I am trying to compile a program, gnome-doc-utils and its producing an error saying it can't import libxml2:

ImportError: No module named libxml2

I have installed the following Python module, so I don't know why it can't find it.

PyXML-0.8.4

PyXML seems to be fairly old and is says it is no long maintained. Is there a replacement? Thanks.




      
_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig

&lt;/pre&gt;</description>
    <dc:creator>brown wrap</dc:creator>
    <dc:date>2010-03-14T00:40:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4539">
    <title>Error instaling PyXML on Ubuntu 9.10</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4539</link>
    <description>&lt;pre&gt;_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig
&lt;/pre&gt;</description>
    <dc:creator>Humberto Yances</dc:creator>
    <dc:date>2010-03-11T19:13:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4538">
    <title>read XML records one by one</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4538</link>
    <description>&lt;pre&gt;_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig
&lt;/pre&gt;</description>
    <dc:creator>Hichiro</dc:creator>
    <dc:date>2010-03-08T09:42:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4536">
    <title>Read XML records one by one</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4536</link>
    <description>&lt;pre&gt;_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig
&lt;/pre&gt;</description>
    <dc:creator>Hichiro</dc:creator>
    <dc:date>2010-03-08T09:44:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4528">
    <title>HTML parse error</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4528</link>
    <description>&lt;pre&gt;_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig
&lt;/pre&gt;</description>
    <dc:creator>sharifah ummu kulthum</dc:creator>
    <dc:date>2010-02-22T13:24:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4525">
    <title>Python working with XML</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4525</link>
    <description>&lt;pre&gt;_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig
&lt;/pre&gt;</description>
    <dc:creator>James Johnston</dc:creator>
    <dc:date>2010-02-18T20:42:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4524">
    <title>PyXML-0.8.4 error</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4524</link>
    <description>&lt;pre&gt;Hi
I am using Ubuntu 9.10
This is the error putput
regards Vinicio


PyXML-0.8.4$ python2.5 setup.py build
running build
running build_py
running build_ext
building '_xmlplus.parsers.pyexpat' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fPIC -DXML_NS=1 -DXML_DTD=1 -DBYTEORDER=1234 
-DXML_CONTEXT_BYTES=1024 -DHAVE_MEMMOVE=1 -Iextensions/expat/lib 
-I/usr/include/python2.5 -c extensions/pyexpat.c -o 
build/temp.linux-i686-2.5/extensions/pyexpat.o
extensions/pyexpat.c:5:20: error: Python.h: No such file or directory
extensions/pyexpat.c:8:21: error: compile.h: No such file or directory
extensions/pyexpat.c:9:25: error: frameobject.h: No such file or directory
extensions/pyexpat.c:63: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:70: error: expected specifier-qualifier-list before 
‘PyObject_HEAD’
extensions/pyexpat.c:89: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘Xmlparsetype’
extensions/pyexpat.c:98: error: expected specifier-qualifier-list before 
‘PyCodeObject’
extensions/pyexpat.c:108: error: expected ‘)’ before ‘*’ token
extensions/pyexpat.c:123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c: In function ‘have_handler’:
extensions/pyexpat.c:150: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:150: error: (Each undeclared identifier is reported 
only once
extensions/pyexpat.c:150: error: for each function it appears in.)
extensions/pyexpat.c:150: error: ‘handler’ undeclared (first use in this 
function)
extensions/pyexpat.c:150: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c: At top level:
extensions/pyexpat.c:154: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:201: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:214: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c: In function ‘flag_error’:
extensions/pyexpat.c:248: error: ‘xmlparseobject’ has no member named 
‘itself’
extensions/pyexpat.c: At top level:
extensions/pyexpat.c:252: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:305: error: expected ‘)’ before ‘*’ token
extensions/pyexpat.c:332: error: expected ‘)’ before ‘*’ token
extensions/pyexpat.c:367: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:419: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c: In function ‘call_character_handler’:
extensions/pyexpat.c:444: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:444: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:445: error: ‘temp’ undeclared (first use in this 
function)
extensions/pyexpat.c:447: warning: implicit declaration of function 
‘PyTuple_New’
extensions/pyexpat.c:455: warning: implicit declaration of function 
‘conv_string_len_to_utf8’
extensions/pyexpat.c:458: warning: implicit declaration of function 
‘Py_DECREF’
extensions/pyexpat.c:462: warning: implicit declaration of function 
‘PyTuple_SET_ITEM’
extensions/pyexpat.c:464: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:465: warning: implicit declaration of function 
‘call_with_frame’
extensions/pyexpat.c:465: warning: implicit declaration of function 
‘getcode’
extensions/pyexpat.c:466: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:468: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘flush_character_buffer’:
extensions/pyexpat.c:482: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:482: error: ‘xmlparseobject’ has no member named 
‘buffer_used’
extensions/pyexpat.c:484: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:484: error: ‘xmlparseobject’ has no member named 
‘buffer_used’
extensions/pyexpat.c:485: error: ‘xmlparseobject’ has no member named 
‘buffer_used’
extensions/pyexpat.c: In function ‘my_CharacterDataHandler’:
extensions/pyexpat.c:493: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:496: error: ‘xmlparseobject’ has no member named 
‘buffer_used’
extensions/pyexpat.c:496: error: ‘xmlparseobject’ has no member named 
‘buffer_size’
extensions/pyexpat.c:505: error: ‘xmlparseobject’ has no member named 
‘buffer_size’
extensions/pyexpat.c:507: error: ‘xmlparseobject’ has no member named 
‘buffer_used’
extensions/pyexpat.c:510: warning: implicit declaration of function ‘memcpy’
extensions/pyexpat.c:510: warning: incompatible implicit declaration of 
built-in function ‘memcpy’
extensions/pyexpat.c:510: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:510: error: ‘xmlparseobject’ has no member named 
‘buffer_used’
extensions/pyexpat.c:512: error: ‘xmlparseobject’ has no member named 
‘buffer_used’
extensions/pyexpat.c: In function ‘my_StartElementHandler’:
extensions/pyexpat.c:524: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:524: error: ‘container’ undeclared (first use in 
this function)
extensions/pyexpat.c:524: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:524: warning: left-hand operand of comma expression 
has no effect
extensions/pyexpat.c:524: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:524: warning: left-hand operand of comma expression 
has no effect
extensions/pyexpat.c:532: error: ‘xmlparseobject’ has no member named 
‘specified_attributes’
extensions/pyexpat.c:533: error: ‘xmlparseobject’ has no member named 
‘itself’
extensions/pyexpat.c:541: error: ‘xmlparseobject’ has no member named 
‘ordered_attributes’
extensions/pyexpat.c:542: warning: implicit declaration of function 
‘PyList_New’
extensions/pyexpat.c:544: warning: implicit declaration of function 
‘PyDict_New’
extensions/pyexpat.c:550: error: ‘n’ undeclared (first use in this function)
extensions/pyexpat.c:550: warning: implicit declaration of function 
‘string_intern’
extensions/pyexpat.c:551: error: ‘v’ undeclared (first use in this function)
extensions/pyexpat.c:557: warning: implicit declaration of function 
‘conv_string_to_utf8’
extensions/pyexpat.c:564: error: ‘xmlparseobject’ has no member named 
‘ordered_attributes’
extensions/pyexpat.c:565: warning: implicit declaration of function 
‘PyList_SET_ITEM’
extensions/pyexpat.c:568: warning: implicit declaration of function 
‘PyDict_SetItem’
extensions/pyexpat.c:579: warning: implicit declaration of function 
‘Py_BuildValue’
extensions/pyexpat.c:585: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:587: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:588: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_EndElementHandler’:
extensions/pyexpat.c:636: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:636: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:636: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:636: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:636: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:636: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_ProcessingInstructionHandler’:
extensions/pyexpat.c:640: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:640: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:640: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:640: error: ‘conv_string_to_utf8’ undeclared (first 
use in this function)
extensions/pyexpat.c:640: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:640: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:640: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_UnparsedEntityDeclHandler’:
extensions/pyexpat.c:646: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:646: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:646: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:646: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:646: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:646: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_EntityDeclHandler’:
extensions/pyexpat.c:659: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:659: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:659: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:659: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:659: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:659: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_XmlDeclHandler’:
extensions/pyexpat.c:696: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:696: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:696: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:696: error: ‘conv_string_to_utf8’ undeclared (first 
use in this function)
extensions/pyexpat.c:696: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:696: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:696: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: At top level:
extensions/pyexpat.c:705: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c: In function ‘my_ElementDeclHandler’:
extensions/pyexpat.c:737: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:737: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:740: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:741: error: ‘modelobj’ undeclared (first use in 
this function)
extensions/pyexpat.c:741: error: ‘nameobj’ undeclared (first use in this 
function)
extensions/pyexpat.c:741: warning: left-hand operand of comma expression 
has no effect
extensions/pyexpat.c:751: warning: implicit declaration of function 
‘conv_content_model’
extensions/pyexpat.c:751: error: ‘conv_string_to_utf8’ undeclared (first 
use in this function)
extensions/pyexpat.c:769: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:771: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:772: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:780: warning: implicit declaration of function 
‘Py_XDECREF’
extensions/pyexpat.c:781: error: ‘xmlparseobject’ has no member named 
‘itself’
extensions/pyexpat.c: In function ‘my_AttlistDeclHandler’:
extensions/pyexpat.c:785: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:785: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:785: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:785: error: ‘conv_string_to_utf8’ undeclared (first 
use in this function)
extensions/pyexpat.c:785: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:785: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:785: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_SkippedEntityHandler’:
extensions/pyexpat.c:798: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:798: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:798: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:798: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:798: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:798: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_NotationDeclHandler’:
extensions/pyexpat.c:806: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:806: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:806: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:806: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:806: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:806: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_StartNamespaceDeclHandler’:
extensions/pyexpat.c:816: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:816: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:816: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:816: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:816: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:816: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_EndNamespaceDeclHandler’:
extensions/pyexpat.c:823: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:823: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:823: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:823: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:823: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:823: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_CommentHandler’:
extensions/pyexpat.c:828: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:828: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:828: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:828: error: ‘conv_string_to_utf8’ undeclared (first 
use in this function)
extensions/pyexpat.c:828: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:828: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:828: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_StartCdataSectionHandler’:
extensions/pyexpat.c:832: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:832: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:832: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:832: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:832: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:832: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_EndCdataSectionHandler’:
extensions/pyexpat.c:836: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:836: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:836: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:836: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:836: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:836: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_DefaultHandler’:
extensions/pyexpat.c:841: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:841: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:841: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:841: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:841: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:841: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_DefaultHandlerExpandHandler’:
extensions/pyexpat.c:845: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:845: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:845: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:845: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:845: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:845: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_NotStandaloneHandler’:
extensions/pyexpat.c:862: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:862: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:862: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:862: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:862: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:862: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:862: warning: implicit declaration of function 
‘PyInt_AsLong’
extensions/pyexpat.c: In function ‘my_ExternalEntityRefHandler’:
extensions/pyexpat.c:866: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:866: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:866: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:866: error: ‘conv_string_to_utf8’ undeclared (first 
use in this function)
extensions/pyexpat.c:866: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:866: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:866: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_StartDoctypeDeclHandler’:
extensions/pyexpat.c:881: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:881: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:881: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:881: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:881: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:881: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: In function ‘my_EndDoctypeDeclHandler’:
extensions/pyexpat.c:889: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:889: error: ‘args’ undeclared (first use in this 
function)
extensions/pyexpat.c:889: error: ‘rv’ undeclared (first use in this 
function)
extensions/pyexpat.c:889: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c:889: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:889: error: ‘xmlparseobject’ has no member named 
‘in_callback’
extensions/pyexpat.c: At top level:
extensions/pyexpat.c:893: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:912: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:930: error: expected declaration specifiers or 
‘...’ before ‘PyObject’
extensions/pyexpat.c: In function ‘readinst’:
extensions/pyexpat.c:932: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:932: error: ‘arg’ undeclared (first use in this 
function)
extensions/pyexpat.c:933: error: ‘bytes’ undeclared (first use in this 
function)
extensions/pyexpat.c:934: error: ‘str’ undeclared (first use in this 
function)
extensions/pyexpat.c:937: warning: implicit declaration of function 
‘PyInt_FromLong’
extensions/pyexpat.c:948: warning: implicit declaration of function 
‘PyObject_CallObject’
extensions/pyexpat.c:948: error: ‘meth’ undeclared (first use in this 
function)
extensions/pyexpat.c:956: warning: implicit declaration of function 
‘PyString_Check’
extensions/pyexpat.c:957: warning: implicit declaration of function 
‘PyErr_Format’
extensions/pyexpat.c:957: error: ‘PyExc_TypeError’ undeclared (first use 
in this function)
extensions/pyexpat.c:962: warning: implicit declaration of function 
‘PyString_GET_SIZE’
extensions/pyexpat.c:964: error: ‘PyExc_ValueError’ undeclared (first 
use in this function)
extensions/pyexpat.c:970: warning: incompatible implicit declaration of 
built-in function ‘memcpy’
extensions/pyexpat.c:970: warning: implicit declaration of function 
‘PyString_AsString’
extensions/pyexpat.c:970: warning: passing argument 2 of ‘memcpy’ makes 
pointer from integer without a cast
extensions/pyexpat.c:970: note: expected ‘const void *’ but argument is 
of type ‘int’
extensions/pyexpat.c: At top level:
extensions/pyexpat.c:981: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1044: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1062: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1077: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1203: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1223: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1242: error: array type has incomplete element type
extensions/pyexpat.c:1243: error: ‘PyCFunction’ undeclared here (not in 
a function)
extensions/pyexpat.c:1243: error: expected ‘}’ before ‘xmlparse_Parse’
extensions/pyexpat.c:1245: error: expected ‘}’ before ‘xmlparse_ParseFile’
extensions/pyexpat.c:1247: error: expected ‘}’ before ‘xmlparse_SetBase’
extensions/pyexpat.c:1249: error: expected ‘}’ before ‘xmlparse_GetBase’
extensions/pyexpat.c:1251: error: expected ‘}’ before 
‘xmlparse_ExternalEntityParserCreate’
extensions/pyexpat.c:1253: error: expected ‘}’ before 
‘xmlparse_SetParamEntityParsing’
extensions/pyexpat.c:1255: error: expected ‘}’ before 
‘xmlparse_GetInputContext’
extensions/pyexpat.c:1258: error: expected ‘}’ before 
‘xmlparse_UseForeignDTD’
extensions/pyexpat.c:1320: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c: In function ‘xmlparse_dealloc’:
extensions/pyexpat.c:1395: warning: implicit declaration of function 
‘PyObject_GC_Fini’
extensions/pyexpat.c:1397: error: ‘xmlparseobject’ has no member named 
‘itself’
extensions/pyexpat.c:1398: error: ‘xmlparseobject’ has no member named 
‘itself’
extensions/pyexpat.c:1399: error: ‘xmlparseobject’ has no member named 
‘itself’
extensions/pyexpat.c:1401: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:1402: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:1402: error: ‘temp’ undeclared (first use in this 
function)
extensions/pyexpat.c:1404: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:1405: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:1408: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:1409: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:1411: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:1412: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:1413: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:1415: error: ‘xmlparseobject’ has no member named 
‘intern’
extensions/pyexpat.c:1418: warning: implicit declaration of function 
‘PyObject_Del’
extensions/pyexpat.c: In function ‘handlername2int’:
extensions/pyexpat.c:1430: warning: implicit declaration of function 
‘strcmp’
extensions/pyexpat.c: At top level:
extensions/pyexpat.c:1437: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1445: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1549: error: expected declaration specifiers or 
‘...’ before ‘PyObject’
extensions/pyexpat.c: In function ‘sethandler’:
extensions/pyexpat.c:1554: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:1554: error: ‘temp’ undeclared (first use in this 
function)
extensions/pyexpat.c:1554: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:1556: error: ‘v’ undeclared (first use in this 
function)
extensions/pyexpat.c:1556: error: ‘Py_None’ undeclared (first use in 
this function)
extensions/pyexpat.c:1559: warning: implicit declaration of function 
‘Py_INCREF’
extensions/pyexpat.c:1562: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:1564: error: ‘xmlparseobject’ has no member named 
‘itself’
extensions/pyexpat.c: At top level:
extensions/pyexpat.c:1571: error: expected declaration specifiers or 
‘...’ before ‘PyObject’
extensions/pyexpat.c: In function ‘xmlparse_setattr’:
extensions/pyexpat.c:1574: error: ‘v’ undeclared (first use in this 
function)
extensions/pyexpat.c:1575: warning: implicit declaration of function 
‘PyErr_SetString’
extensions/pyexpat.c:1575: error: ‘PyExc_RuntimeError’ undeclared (first 
use in this function)
extensions/pyexpat.c:1579: warning: implicit declaration of function 
‘PyObject_IsTrue’
extensions/pyexpat.c:1580: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:1581: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:1581: error: ‘xmlparseobject’ has no member named 
‘buffer_size’
extensions/pyexpat.c:1582: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:1583: warning: implicit declaration of function 
‘PyErr_NoMemory’
extensions/pyexpat.c:1586: error: ‘xmlparseobject’ has no member named 
‘buffer_used’
extensions/pyexpat.c:1589: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:1592: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:1593: error: ‘xmlparseobject’ has no member named 
‘buffer’
extensions/pyexpat.c:1599: error: ‘xmlparseobject’ has no member named 
‘ns_prefixes’
extensions/pyexpat.c:1601: error: ‘xmlparseobject’ has no member named 
‘ns_prefixes’
extensions/pyexpat.c:1602: error: ‘xmlparseobject’ has no member named 
‘itself’
extensions/pyexpat.c:1602: error: ‘xmlparseobject’ has no member named 
‘ns_prefixes’
extensions/pyexpat.c:1607: error: ‘xmlparseobject’ has no member named 
‘ordered_attributes’
extensions/pyexpat.c:1609: error: ‘xmlparseobject’ has no member named 
‘ordered_attributes’
extensions/pyexpat.c:1615: error: ‘PyExc_ValueError’ undeclared (first 
use in this function)
extensions/pyexpat.c:1623: error: ‘xmlparseobject’ has no member named 
‘returns_unicode’
extensions/pyexpat.c:1628: error: ‘xmlparseobject’ has no member named 
‘specified_attributes’
extensions/pyexpat.c:1630: error: ‘xmlparseobject’ has no member named 
‘specified_attributes’
extensions/pyexpat.c:1642: error: too many arguments to function 
‘sethandler’
extensions/pyexpat.c:1645: error: ‘PyExc_AttributeError’ undeclared 
(first use in this function)
extensions/pyexpat.c: At top level:
extensions/pyexpat.c:1676: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘Xmlparsetype’
extensions/pyexpat.c:1719: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1766: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c:1778: error: array type has incomplete element type
extensions/pyexpat.c:1779: error: expected ‘}’ before ‘pyexpat_ParserCreate’
extensions/pyexpat.c:1781: error: expected ‘}’ before ‘pyexpat_ErrorString’
extensions/pyexpat.c:1797: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
extensions/pyexpat.c: In function ‘initpyexpat’:
extensions/pyexpat.c:1835: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:1835: error: ‘m’ undeclared (first use in this 
function)
extensions/pyexpat.c:1835: error: ‘d’ undeclared (first use in this 
function)
extensions/pyexpat.c:1835: warning: left-hand operand of comma 
expression has no effect
extensions/pyexpat.c:1836: error: ‘errmod_name’ undeclared (first use in 
this function)
extensions/pyexpat.c:1836: warning: implicit declaration of function 
‘PyString_FromString’
extensions/pyexpat.c:1837: error: ‘errors_module’ undeclared (first use 
in this function)
extensions/pyexpat.c:1838: error: ‘modelmod_name’ undeclared (first use 
in this function)
extensions/pyexpat.c:1839: error: ‘model_module’ undeclared (first use 
in this function)
extensions/pyexpat.c:1840: error: ‘sys_modules’ undeclared (first use in 
this function)
extensions/pyexpat.c:1848: error: ‘Xmlparsetype’ undeclared (first use 
in this function)
extensions/pyexpat.c:1848: error: ‘PyType_Type’ undeclared (first use in 
this function)
extensions/pyexpat.c:1851: warning: implicit declaration of function 
‘Py_InitModule3’
extensions/pyexpat.c:1855: error: ‘ErrorObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:1856: warning: implicit declaration of function 
‘PyErr_NewException’
extensions/pyexpat.c:1862: warning: implicit declaration of function 
‘PyModule_AddObject’
extensions/pyexpat.c:1866: error: expected expression before ‘)’ token
extensions/pyexpat.c:1868: warning: implicit declaration of function 
‘get_version_string’
extensions/pyexpat.c:1869: warning: implicit declaration of function 
‘PyModule_AddStringConstant’
extensions/pyexpat.c:1889: warning: implicit declaration of function 
‘PySys_GetObject’
extensions/pyexpat.c:1890: warning: implicit declaration of function 
‘PyModule_GetDict’
extensions/pyexpat.c:1891: warning: implicit declaration of function 
‘PyDict_GetItem’
extensions/pyexpat.c:1893: warning: implicit declaration of function 
‘PyModule_New’
extensions/pyexpat.c:1918: error: ‘list’ undeclared (first use in this 
function)
extensions/pyexpat.c:1921: warning: implicit declaration of function 
‘PyErr_Clear’
extensions/pyexpat.c:1926: error: ‘item’ undeclared (first use in this 
function)
extensions/pyexpat.c:1933: warning: implicit declaration of function 
‘PyList_Append’
extensions/pyexpat.c:1996: warning: implicit declaration of function 
‘PyModule_AddIntConstant’
extensions/pyexpat.c: In function ‘clear_handlers’:
extensions/pyexpat.c:2023: error: ‘PyObject’ undeclared (first use in 
this function)
extensions/pyexpat.c:2023: error: ‘temp’ undeclared (first use in this 
function)
extensions/pyexpat.c:2027: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:2029: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:2030: error: ‘xmlparseobject’ has no member named 
‘handlers’
extensions/pyexpat.c:2032: error: ‘xmlparseobject’ has no member named 
‘itself’
error: command 'gcc' failed with exit status 1

_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig

&lt;/pre&gt;</description>
    <dc:creator>Vinicio Nocciolini</dc:creator>
    <dc:date>2010-02-17T10:47:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4523">
    <title>Send an xml file</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4523</link>
    <description>&lt;pre&gt;
Hi,
 How can i send an xml file from python to flex 3? Any one can help me....
With example codes....

Thanks in advance
nimyliji
&lt;/pre&gt;</description>
    <dc:creator>nimmyliji</dc:creator>
    <dc:date>2010-02-09T09:18:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4520">
    <title>parsing XML with minidom</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4520</link>
    <description>&lt;pre&gt;
Hello, I am not real sure if my question belongs here or not, but this is
best place I could find.

I am a python beginner and trying to teach myself how to parse some XML with
minidom.

This is the code excerpt I am struggling with....

********************************************************
   dom = minidom.parseString(xml_response)    
    handler.close()

    route_list = []
    tag = ['route']

    tmp_route=[]
    for route in dom.getElementsByTagName('body'):
        print 'in'
        tmp_route[route] =
dom.getElementsByTagName(tag)[0].getAttribute('tag')
        route_list.append(tmp_route)

*******************************************************************
Here is the XML I am getting back when I call...

'&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt; \r\n&amp;lt;body copyright="All data
copyright MBTA 2010."&amp;gt;\r\n&amp;lt;route tag="39" title="39"/&amp;gt;\r\n&amp;lt;route tag="111"
title="111"/&amp;gt;\r\n&amp;lt;route tag="114" title="114"/&amp;gt;\r\n&amp;lt;route tag="116"
title="116"/&amp;gt;\r\n&amp;lt;route tag="117" title="117"/&amp;gt;\r\n&amp;lt;/body&amp;gt;\r\n'

    See this formatted better by pasting this URL = &amp;gt;     
              
http://webservices.nextbus.com/service/publicXMLFeed?command=routeList&amp;amp;a=mbta


I am taking the following error:

  File "C:/Users/Kim/Grad School/Python/bus python.py", line 54, in &amp;lt;module&amp;gt;
    get_available_routes()
  File "C:/Users/Kim/Grad School/Python/bus python.py", line 43, in
get_available_routes
    tmp_route[route] = dom.getElementsByTagName(tag)[0].getAttribute('tag')
IndexError: list index out of range



I'm sure there is something obvious that I am doing wrong. All I want to do
is grab all of the &amp;lt;route tag&amp;gt; values and put them into a list.  Kind of new
to parsing XML! I'm working off an example but the XML in the example code
is a lot more in depth so can't really relate it to mine. I also would like
any reference anyone has about how to parse with minidom!!

Help! Thank you! %-|
&lt;/pre&gt;</description>
    <dc:creator>kimmyaf</dc:creator>
    <dc:date>2010-02-04T04:04:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4517">
    <title>Something's definitely wrong...</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4517</link>
    <description>&lt;pre&gt;_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig
&lt;/pre&gt;</description>
    <dc:creator>ssteiner&lt; at &gt;idc</dc:creator>
    <dc:date>2010-01-20T13:43:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4512">
    <title>xmlrpclib.py exception while trying to raise exception</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4512</link>
    <description>&lt;pre&gt;Hi!

Not totally sure this is the right list for this but...

This just popped up in a program that has successfully (in this run) made thousands of multicall()s.

Then, out of the blue, this came up.

I couldn't find anything like this in the bug tracker.

Anyone have any clues about why the exception itself wouldn't be defined or should I just file a bug?

Thanks,

S
aka/ssteinerX
aka/Steve Steiner

  mc_result = multicall()                                                                                         
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 1042,                   
in __call__                                                                                                         
    return MultiCallIterator(self.__server.system.multicall(marshalled_list))                                       
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__                                                                                                         
    return self.__send(self.__name, args)                                                                           
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request                                                                                                       
    verbose=self.__verbose                                                                                          
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 1253, in request                                                                                                         
    return self._parse_response(h.getfile(), sock)                                                                  
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 1392, in _parse_response                                                                                                  
    return u.close()                                                                                                
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 838, in close                                                                                                              
    raise Fault(**self._stack[0])                                                                                   
Fault: &amp;lt;Fault 1: "&amp;lt;type 'exceptions.NameError'&amp;gt;:global name 'Fault' is not defined"&amp;gt;


_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig

&lt;/pre&gt;</description>
    <dc:creator>ssteinerX&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2010-01-16T02:47:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4510">
    <title>pyXML</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4510</link>
    <description>&lt;pre&gt;_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig
&lt;/pre&gt;</description>
    <dc:creator>ryan murphy</dc:creator>
    <dc:date>2010-01-15T15:34:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4507">
    <title>Python XML</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4507</link>
    <description>&lt;pre&gt;Dear,

To process XML from Python ...
What is the best library  ?
http://pyxml.sourceforge.net/topics/books.html is officially not
supported / maintained anymore
There is the libxml2 but there are not much response on google (at first sight).

Any relevant pointers would be appreciated :)

Tx,

\T,

&lt;/pre&gt;</description>
    <dc:creator>Thomas Lionel Smets</dc:creator>
    <dc:date>2009-12-01T10:03:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4502">
    <title>[ANN] Python XML Schema Bindings 1.0.0</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4502</link>
    <description>&lt;pre&gt;PyXB version 1.0.0 is now available from SourceForge at: 
http://sourceforge.net/projects/pyxb/

PyXB (Python XML Schema Bindings; "pixbee") is a pure Python package 
that generates Python source code for classes that correspond to data 
structures defined by XMLSchema.  In concept it is similar to JAXB for 
Java and CodeSynthesis XSD for C++.  The current release supports XML 
Schema 1.0.

Version 1.0.0 is feature-complete and suitable for production 
development where validation of incoming and generated documents is 
desired.  The following schema constructs are supported:

   * Class constants corresponding to string enumeration constraints
   * Simple and complex type definitions
   * List and union datatypes
   * Constraints on (simple) datatypes (e.g., minInclusive, length)
   * Model groups and attribute groups
   * Complex content models (all, sequence, choice); minOccurs and 
maxOccurs
   * Abstract types, xsi:type, substitution groups
   * Nillable elements with xsi:nil
   * Namespace qualified attributes and elements
   * Documentation annotations present in the schema are converted to 
Python docstrings in the generated bindings.
   * Pattern constraints (as long as the simple type derives from 
something that is represented as a Python string)

The full distribution includes generated bindings for twenty-three 
namespaces related to web services (including several versions of SOAP 
and WSDL), and twenty-eight namespaces from the Open Geospatial 
Consortium's Geographic Information System schema.

For further information and links to the support forum and mailing list, 
please consult the documentation available at: http://pyxb.sourceforge.net/

Peter

_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig

&lt;/pre&gt;</description>
    <dc:creator>Peter A. Bigot</dc:creator>
    <dc:date>2009-11-19T00:05:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4496">
    <title>PyXML installation in Zope2.8.5</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4496</link>
    <description>&lt;pre&gt;_______________________________________________
XML-SIG maillist  -  XML-SIG&amp;lt; at &amp;gt;python.org
http://mail.python.org/mailman/listinfo/xml-sig
&lt;/pre&gt;</description>
    <dc:creator>Sudesh Soni</dc:creator>
    <dc:date>2009-11-17T16:50:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4491">
    <title>New xml_marshaller</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4491</link>
    <description>&lt;pre&gt;Hi,
The generic marshal module has been published on Pypi with support of
namespaces.
It uses lxml as backend parser.

http://pypi.python.org/pypi/xml_marshaller/0.9

source: https://svn.erp5.org/erp5/trunk/utils/xml_marshaller/

This code will be maintained by erp5 developers.

Regards,
Nicolas
&lt;/pre&gt;</description>
    <dc:creator>Nicolas Delaby</dc:creator>
    <dc:date>2009-10-22T11:03:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.xml/4488">
    <title>Status of pyxml development</title>
    <link>http://comments.gmane.org/gmane.comp.python.xml/4488</link>
    <description>&lt;pre&gt;Hi all,
I would like to know what is the status of pyxml ? I saw on sourceforge
that it is no longer maintained but i want to have a confirmation.

So i'm using a interesting module of the pyxml library: the Marshaller.
I played a bit with and find some weakness like non support of namespaces.

I reimplemented it with lxml (may be its a troll in this mailing-list,
sorry in advance) with full support of namespaces.

How can i contribute ? do i need to fork this code ?
Do you have suggestions ?

Regards,
Nicolas

*Here the output of the test with defautl behaviour:*
Testing XML marshalling...
&amp;lt;marshal&amp;gt;&amp;lt;none/&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;int&amp;gt;1&amp;lt;/int&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;long&amp;gt;10633823966279326983230456482242756608&amp;lt;/long&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;float&amp;gt;19.72&amp;lt;/float&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;complex&amp;gt;1.0 5.0&amp;lt;/complex&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;string&amp;gt;here is a string &amp;amp;amp;amp; a &amp;amp;amp;lt;fake
tag&amp;amp;amp;gt;&amp;lt;/string&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;tuple&amp;gt;&amp;lt;int&amp;gt;1&amp;lt;/int&amp;gt;&amp;lt;int&amp;gt;2&amp;lt;/int&amp;gt;&amp;lt;int&amp;gt;3&amp;lt;/int&amp;gt;&amp;lt;/tuple&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;list
id="i2"&amp;gt;&amp;lt;string&amp;gt;alpha&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;beta&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;gamma&amp;lt;/string&amp;gt;&amp;lt;/list&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;dictionary
id="i2"&amp;gt;&amp;lt;int&amp;gt;1&amp;lt;/int&amp;gt;&amp;lt;int&amp;gt;2&amp;lt;/int&amp;gt;&amp;lt;string&amp;gt;key&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;value&amp;lt;/string&amp;gt;&amp;lt;/dictionary&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;object id="i2" module="__main__"
class="_A"&amp;gt;&amp;lt;tuple/&amp;gt;&amp;lt;dictionary id="i3"&amp;gt;&amp;lt;string&amp;gt;self&amp;lt;/string&amp;gt;&amp;lt;reference
id="i2"/&amp;gt;&amp;lt;string&amp;gt;subobject&amp;lt;/string&amp;gt;&amp;lt;object id="i4" module="__main__"
class="_B"&amp;gt;&amp;lt;tuple/&amp;gt;&amp;lt;dictionary id="i5"&amp;gt;&amp;lt;string&amp;gt;list&amp;lt;/string&amp;gt;&amp;lt;list
id="i6"&amp;gt;&amp;lt;none/&amp;gt;&amp;lt;int&amp;gt;1&amp;lt;/int&amp;gt;&amp;lt;long&amp;gt;10633823966279326983230456482242756608&amp;lt;/long&amp;gt;&amp;lt;float&amp;gt;19.72&amp;lt;/float&amp;gt;&amp;lt;complex&amp;gt;1.0
5.0&amp;lt;/complex&amp;gt;&amp;lt;string&amp;gt;here is a string &amp;amp;amp;amp; a &amp;amp;amp;lt;fake
tag&amp;amp;amp;gt;&amp;lt;/string&amp;gt;&amp;lt;/list&amp;gt;&amp;lt;/dictionary&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/dictionary&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;list
id="i2"&amp;gt;&amp;lt;none/&amp;gt;&amp;lt;int&amp;gt;1&amp;lt;/int&amp;gt;&amp;lt;long&amp;gt;10301051460877537453973547267843&amp;lt;/long&amp;gt;&amp;lt;dictionary
id="i3"&amp;gt;&amp;lt;int&amp;gt;1&amp;lt;/int&amp;gt;&amp;lt;string&amp;gt;spam&amp;lt;/string&amp;gt;&amp;lt;int&amp;gt;2&amp;lt;/int&amp;gt;&amp;lt;string&amp;gt;eggs&amp;lt;/string&amp;gt;&amp;lt;/dictionary&amp;gt;&amp;lt;string&amp;gt;&amp;amp;amp;lt;fake
tag&amp;amp;amp;gt;&amp;lt;/string&amp;gt;&amp;lt;complex&amp;gt;1.0 5.0&amp;lt;/complex&amp;gt;&amp;lt;reference
id="i2"/&amp;gt;&amp;lt;/list&amp;gt;&amp;lt;/marshal&amp;gt;
&amp;lt;marshal&amp;gt;&amp;lt;object id="i2" module="__main__"
class="_A"&amp;gt;&amp;lt;tuple/&amp;gt;&amp;lt;dictionary id="i3"&amp;gt;&amp;lt;string&amp;gt;self&amp;lt;/string&amp;gt;&amp;lt;reference
id="i2"/&amp;gt;&amp;lt;string&amp;gt;subobject&amp;lt;/string&amp;gt;&amp;lt;object id="i4" module="__main__"
class="_B"&amp;gt;&amp;lt;tuple/&amp;gt;&amp;lt;dictionary id="i5"&amp;gt;&amp;lt;string&amp;gt;list&amp;lt;/string&amp;gt;&amp;lt;list
id="i6"&amp;gt;&amp;lt;none/&amp;gt;&amp;lt;int&amp;gt;1&amp;lt;/int&amp;gt;&amp;lt;long&amp;gt;10633823966279326983230456482242756608&amp;lt;/long&amp;gt;&amp;lt;float&amp;gt;19.72&amp;lt;/float&amp;gt;&amp;lt;complex&amp;gt;1.0
5.0&amp;lt;/complex&amp;gt;&amp;lt;string&amp;gt;here is a string &amp;amp;amp;amp; a &amp;amp;amp;lt;fake
tag&amp;amp;amp;gt;&amp;lt;/string&amp;gt;&amp;lt;/list&amp;gt;&amp;lt;/dictionary&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/dictionary&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/marshal&amp;gt;

*Here the output of the test with namespace support:*
m = Marshaller(namespace_uri='http://www.erp5.org/namespaces/marshaller')
dumps = m.dumps

Testing XML marshalling...
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:none/&amp;gt;&amp;lt;/marshal:marshal&amp;gt;
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:int&amp;gt;1&amp;lt;/marshal:int&amp;gt;&amp;lt;/marshal:marshal&amp;gt;
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:long&amp;gt;10633823966279326983230456482242756608&amp;lt;/marshal:long&amp;gt;&amp;lt;/marshal:marshal&amp;gt;
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:float&amp;gt;19.72&amp;lt;/marshal:float&amp;gt;&amp;lt;/marshal:marshal&amp;gt;
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:complex&amp;gt;1.0
5.0&amp;lt;/marshal:complex&amp;gt;&amp;lt;/marshal:marshal&amp;gt;
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:string&amp;gt;here
is a string &amp;amp;amp;amp; a &amp;amp;amp;lt;fake
tag&amp;amp;amp;gt;&amp;lt;/marshal:string&amp;gt;&amp;lt;/marshal:marshal&amp;gt;
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:tuple&amp;gt;&amp;lt;marshal:int&amp;gt;1&amp;lt;/marshal:int&amp;gt;&amp;lt;marshal:int&amp;gt;2&amp;lt;/marshal:int&amp;gt;&amp;lt;marshal:int&amp;gt;3&amp;lt;/marshal:int&amp;gt;&amp;lt;/marshal:tuple&amp;gt;&amp;lt;/marshal:marshal&amp;gt;
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:list
id="i2"&amp;gt;&amp;lt;marshal:string&amp;gt;alpha&amp;lt;/marshal:string&amp;gt;&amp;lt;marshal:string&amp;gt;beta&amp;lt;/marshal:string&amp;gt;&amp;lt;marshal:string&amp;gt;gamma&amp;lt;/marshal:string&amp;gt;&amp;lt;/marshal:list&amp;gt;&amp;lt;/marshal:marshal&amp;gt;
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:dictionary
id="i2"&amp;gt;&amp;lt;marshal:int&amp;gt;1&amp;lt;/marshal:int&amp;gt;&amp;lt;marshal:int&amp;gt;2&amp;lt;/marshal:int&amp;gt;&amp;lt;marshal:string&amp;gt;key&amp;lt;/marshal:string&amp;gt;&amp;lt;marshal:string&amp;gt;value&amp;lt;/marshal:string&amp;gt;&amp;lt;/marshal:dictionary&amp;gt;&amp;lt;/marshal:marshal&amp;gt;
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:object
id="i2" module="__main__" class="_A"&amp;gt;&amp;lt;marshal:tuple/&amp;gt;&amp;lt;marshal:dictionary
id="i3"&amp;gt;&amp;lt;marshal:string&amp;gt;self&amp;lt;/marshal:string&amp;gt;&amp;lt;marshal:reference
id="i2"/&amp;gt;&amp;lt;marshal:string&amp;gt;subobject&amp;lt;/marshal:string&amp;gt;&amp;lt;marshal:object
id="i4" module="__main__" class="_B"&amp;gt;&amp;lt;marshal:tuple/&amp;gt;&amp;lt;marshal:dictionary
id="i5"&amp;gt;&amp;lt;marshal:string&amp;gt;list&amp;lt;/marshal:string&amp;gt;&amp;lt;marshal:list
id="i6"&amp;gt;&amp;lt;marshal:none/&amp;gt;&amp;lt;marshal:int&amp;gt;1&amp;lt;/marshal:int&amp;gt;&amp;lt;marshal:long&amp;gt;10633823966279326983230456482242756608&amp;lt;/marshal:long&amp;gt;&amp;lt;marshal:float&amp;gt;19.72&amp;lt;/marshal:float&amp;gt;&amp;lt;marshal:complex&amp;gt;1.0
5.0&amp;lt;/marshal:complex&amp;gt;&amp;lt;marshal:string&amp;gt;here is a string &amp;amp;amp;amp; a
&amp;amp;amp;lt;fake
tag&amp;amp;amp;gt;&amp;lt;/marshal:string&amp;gt;&amp;lt;/marshal:list&amp;gt;&amp;lt;/marshal:dictionary&amp;gt;&amp;lt;/marshal:object&amp;gt;&amp;lt;/marshal:dictionary&amp;gt;&amp;lt;/marshal:object&amp;gt;&amp;lt;/marshal:marshal&amp;gt;
&amp;lt;marshal:marshal
xmlns:marshal="http://www.erp5.org/namespaces/marshaller"&amp;gt;&amp;lt;marshal:list
id="i2"&amp;gt;&amp;lt;marshal:none/&amp;gt;&amp;lt;marshal:int&amp;gt;1&amp;lt;/marshal:int&amp;gt;&amp;lt;marshal:long&amp;gt;10301051460877537453973547267843&amp;lt;/marshal:long&amp;gt;&amp;lt;marshal:dictionary
id="i3"&amp;gt;&amp;lt;marshal:int&amp;gt;1&amp;lt;/marshal:int&amp;gt;&amp;lt;marshal:string&amp;gt;spam&amp;lt;/marshal:string&amp;gt;&amp;lt;marshal:int&amp;gt;2&amp;lt;/marshal:int&amp;gt;&amp;lt;marshal:string&amp;gt;eggs&amp;lt;/marshal:string&amp;gt;&amp;lt;/marshal:dictionary&amp;gt;&amp;lt;marshal:string&amp;gt;&amp;amp;amp;lt;fake
tag&amp;amp;amp;gt;&amp;lt;/marshal:string&amp;gt;&amp;lt;marshal:complex&amp;gt;1.0
5.0&amp;lt;/marshal:complex&amp;gt;&amp;lt;marshal:reference
id="i2"/&amp;gt;&amp;lt;/marshal:list&amp;gt;&amp;lt;/marshal:marshal&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Nicolas Delaby</dc:creator>
    <dc:date>2009-10-21T16:39:44</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.xml">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.xml</link>
  </textinput>
</rdf:RDF>

