<?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&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 
‘__att&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 for&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__                                             &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 at&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;st&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>

