Parsing SGML given DTD using python

M

Martin Krallinger

Hi all,

I wonder whether there is some sample code or
module to parse SGML files in python given the
DTD.

I would appreciate any help,

Best regards,

Martin
 
J

John J. Lee

Martin Krallinger said:
I wonder whether there is some sample code or
module to parse SGML files in python given the
DTD.
[...]

SGML is a bit esoteric these days. You might have better luck
searching if you look for libraries written in C, C++, Java, etc., and
then use those libraries from Python (use Jython for Java code; write
a wrapper or find a pre-existing wrapper for C/C++).

HTH


John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top