[PythonCE] xml on pocketpc

Isr Gish isrgish at fastem.com
Fri Sep 3 02:59:36 CEST 2004


I tried playing a little with PyXml, and it seems to work.
I tried the marshaler 
>>> import _xmlplus.marshal.wddx as wddx
>>> s = wddx.WDDXMarshaller()
>>> ms = s.dumps([1,2,3])
>>> print ms
<?xml version="1.0"?><!DOCTYPE wddxPacket SYSTEM "wddx_0090.dtd"><wddxPacket version="0.9"><header/><data><array length="3"><number>1</number><number>2</number><number>3</number></array></data></wddxPacket>

All the best
Isr


-----Original Message-----
   >From: "Ajay"<abra9823 at mail.usyd.edu.au>
   >Sent: 9/2/04 1:38:25 AM
   >To: "Isr Gish"<isrgish at fastem.com>
   >Cc: "johnny at debris.demon.nl"<johnny at debris.demon.nl>, "pythonce at python.org"<pythonce at python.org>
   >Subject: Re: [PythonCE] xml on pocketpc
     >hi!
   >
   >It still doesn't work.
   >Doing -
   >from xml.dom.minidom import parse
   >dom1 = parse('\um\proxy\p.xml')
   >
   >results in the Python.exe shell terminating
   >
   >doing-
   >from xml.dom.ext.reader import Sax2
   >gives an error - module object has no attribute 'O-RDWR'
   >
   >cheers
   >
   >
   >Quoting Isr Gish <isrgish at fastem.com>:
   >
   >> Ajay wrote:
   >>      >how would you run the python version listed on the website. I
   >> copied them
   >>    >over but when i click on the python executable i get an error -
   >> "'python'
   >>    >is not a valid Pocket PC application". and running
   >> \pcceshell\runcode or
   >>    >\pcceshell\simpleshell throws errors saying - "couldn't find the
   >>    >application to run them"
   >> There was a problem with the exe file.
   >> Here is a good one that should work.
   >>
   >> All the best,
   >> Isr
   >>
   >>
   >>    >
   >>    >thanks
   >>    >
   >>    >cheers
   >>    >
   >>    >
   >>    >
   >>    >
   >>    >>
   >>    >> Cheers,
   >>    >>
   >>    >> Guido
   >>    >>
   >>    >
   >>    >
   >>    >----------------------------------------------------------------
   >>    >This message was sent using IMP, the Internet Messaging Program.
   >>    >_______________________________________________
   >>    >PythonCE mailing list
   >>    >PythonCE at python.org
   >>    >http://mail.python.org/mailman/listinfo/pythonce
   >>
   >
   >
   >----------------------------------------------------------------
   >This message was sent using IMP, the Internet Messaging Program.
   >



More information about the PythonCE mailing list