pyxml basics
http://pyxml.sourceforge.net/topics/howto/node12.html
I am following pyxml doc in hope to quickly grasp functions and
classes available in pyxml.
_
starting out:
>>> from xml.sax import saxutils
>>> class FindIssue(saxutils.DefaultHandler):
... def __init__(self,title,num
hi
there,
i'm using _xmlplus
in a webservice application and it runs fine - unless i try to freeze it (under
M$-Windows-XP)
if i freeze the
application, i get the wellknown exception
parser
= xml.sax.make_parser()File "xml\sax\sax2exts.pyo", line 37, in
make_parserFile "xml\sax\saxexts.p