On Dec 11, 4:39 pm, Rami Chowdhury wrote:
> On Fri, Dec 11, 2009 at 13:23, nnguyen wrote:
>
> > Any ideas on any expat tricks I'm missing out on? I'm also inclined to
> > try another parser that can keep the string together when there are
> > entities, or at least ampersands.
>
> IIRC expat expli
On Dec 11, 4:23 pm, nnguyen wrote:
> I need expat to parse this block of xml:
>
>
> c-P&P
> LOT 3677
> (F)
>
>
> I need to parse the xml and return a dictionary that follows roughly
> the same layout as the xml. Currently the code for the class handling
> this is:
>
> class XML2Map():
>
>
On Fri, Dec 11, 2009 at 13:23, nnguyen wrote:
>
> Any ideas on any expat tricks I'm missing out on? I'm also inclined to
> try another parser that can keep the string together when there are
> entities, or at least ampersands.
IIRC expat explicitly does not guarantee that character data will be
h
I need expat to parse this block of xml:
c-P&P
LOT 3677
(F)
I need to parse the xml and return a dictionary that follows roughly
the same layout as the xml. Currently the code for the class handling
this is:
class XML2Map():
def __init__(self):
""" """
self.parser =