<DIV>
<DIV>Hi </DIV>
<DIV>&nbsp;</DIV>
<DIV>I've post following message in python-win32 mailing list, but I think you guy may have some suggestion.</DIV>
<DIV>&nbsp;</DIV>
<DIV>BTW. when I set xmlproc&nbsp;to support namespaces&nbsp;by calling</DIV>
<DIV>&nbsp;</DIV>
<DIV>&gt;&gt;&gt; parser.setFeature(sax.handler.feature_namespaces, 1)<BR>&gt;&gt;&gt; parser.setFeature(sax.handler.feature_namespace_prefixes, 1)</DIV>
<DIV>&nbsp;</DIV>
<DIV>it raised exception saxlib.SAXNotSuportException : This feautre cannot be turned on with xmlproc</DIV>
<DIV>&nbsp;</DIV>
<DIV>So I guess xmlproc doesn't support namepace_prefixes. Are there any parser that writen entirely in python and support namespaces.<BR><BR>Regrads</DIV>
<DIV>Wara Songkran</DIV>
<DIV><BR><B><I>Wara Songkran &lt;paandev@yahoo.com&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<DIV>Hi</DIV>
<DIV>&nbsp;</DIV>
<DIV>Forgive my last post. the PyXML from <A href="http://debris.demon.nl/PythonCE-2.3">http://debris.demon.nl/PythonCE-2.3</A>&nbsp;doesn't work. I can make parser by calling sax.make_parser() and it returned ExpatParser but when I call parser.parse("xxx.xml") the shell just terminated.</DIV>
<DIV>&nbsp;</DIV>
<DIV>So I try agian, this time with PyXML 0.8.3 and I just copied it from my python's Lib directory on my PC. It's really work this time I can create parser and parse some xml files. The last PyXML(the woring one)&nbsp;return "xml.sax.driver2.drv_xmlproc.XmlprocDriver" instead of ExpatParser. Xml Gurus please enlight me what this mean.</DIV>
<DIV><BR><BR><B><I>Wara Songkran &lt;paandev@yahoo.com&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<DIV>
<DIV>Hi</DIV>
<DIV>&nbsp;</DIV>
<DIV>I've just try PyXML from <A href="http://debris.demon.nl/PythonCE-2.3">http://debris.demon.nl/PythonCE-2.3</A>&nbsp;and it's work. Any Idea why this happen. I also&nbsp;use PyXML on my Desktop PC but with standard xml package which come with python is&nbsp;also work.&nbsp;Why&nbsp;standard xml package on PythonCE does not work?<BR><BR><B><I>Wara Songkran &lt;paandev@yahoo.com&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<DIV>Hi</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm using Python-2.3.4-arm-PPC2003. When I try to use sax the shell said</DIV>
<DIV>&nbsp;</DIV>
<DIV>&gt;&gt;&gt; from xml import sax</DIV>
<DIV>&gt;&gt;&gt; parser = sax.make_parser()</DIV>
<DIV>Traceback (most recent call last):</DIV>
<DIV>&nbsp; File "binaries\lib\xml\sax\__init__.py", line 93, in make_parser</DIV>
<DIV>SAXReaderNotAvaiable: No parsers found</DIV>
<DIV>&nbsp;</DIV>
<DIV>I guess beacause it need expat parser library which is a native dll to run.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Please help.</DIV>
<DIV>&nbsp;</DIV></BLOCKQUOTE></DIV></BLOCKQUOTE></BLOCKQUOTE></DIV><p>
                <hr size=1>Do you Yahoo!?<br> 
Discover all that’s new in <a href="http://my.yahoo.com">My Yahoo!</a>