[PythonCE] xml on pocketpc

Isr Gish isrgish at fastem.com
Wed Sep 1 02:39:22 CEST 2004


Hi Ajay,

   >
   >hi!
   >
   >i am trying to run a small script that parses an xml document on my pocket
   >pc.
   >the following throwse an error
   >from xml.dom.minidom import parse
   >t = parse("test.xml")
   >
   >the error i get is
   >AttributeError: 'module' object has no attribure 'ParserCreate'
   >
   >is there something i am doing wrong? how should i go about parsing and
   >mainoulating xml documents on the pocket pc
   >i am using Python-2.3.4-arm-PPC2002

There was a xml package ported to the Pocket PC. I think its the PyXML package. Its available at http://debris.demon.nl/PythonCE-2.3.
I never used it(am not even sure I know what XML is).

All the best,
Isr

   >
   >cheers
   >
   >
   >
   >
   >
   >
   >
   >----------------------------------------------------------------
   >This message was sent using IMP, the Internet Messaging Program.
   >_______________________________________________
   >PythonCE mailing list
   >PythonCE at python.org
   >http://mail.python.org/mailman/listinfo/pythonce



More information about the PythonCE mailing list