Re: libxml2dom problems

2005-12-27 Thread ankit
Thanks .. frederik. The reason for posting the problem 2 times is that there might be some problem yesterday with the google groups server . After posting the mesage I cant see it on the board. That's why I posted again. anyway thanks for the help -- http://mail.python.org/mailman/listinfo/pytho

Re: libxml2dom problems

2005-12-27 Thread Fredrik Lundh
"ankit" <[EMAIL PROTECTED]> wrote: >I am using libxml2dom but having problem when parsing. It gives me the > following error: > > File "exlibxml2dom.py", line 4, in ? >document = libxml2dom.parse("moc.xml") > File "/usr/lib/python2.2/site-packages/libxml2dom/__init__.py", line > 472, in parse

libxml2dom problems

2005-12-27 Thread ankit
I am using libxml2dom but having problem when parsing. It gives me the following error: File "exlibxml2dom.py", line 4, in ? document = libxml2dom.parse("moc.xml") File "/usr/lib/python2.2/site-packages/libxml2dom/__init__.py", line 472, in parse return parseFile(stream_or_string, html)