Xmi parser

Martin v. Loewis martin at v.loewis.de
Sat Feb 2 06:12:16 EST 2002


"Bruno Liénard" <lienard.bruno at free.fr> writes:

> I am looking for a xmi parser. Does anybody here have already
> written one ?

Given that XMI is an XML application, any XML parser should be able to
parse XMI. I recommend xml.parsers.expat (or the SAX and DOM wrappers
around it).

Regards,
Martin




More information about the Python-list mailing list