Hi, I am trying to figure out how the processed DTD is stored. I took xvcmd.py program that comes with python-xml (debian) distribution and parsed the document. Then I executed parser's get_dtd method (this, I guess, contains the DTD). How can I reverse engineer the DTD for my document? Or, to be more precise, how am I supposed to walk through content_model information of an element? TIA, -- Mike