Conditional validation of documents (ignoring IDREFs)

zgolus at gmail.com zgolus at gmail.com
Mon Jan 15 07:39:21 EST 2007


I'm working with one extra large XML file which consists of many parts.
Every part can be considered a stand-alone document with references to
other parts (IDs and IDREFs). I would like to be able to validate every
such part against a DTD but ignoring errors which arise from broken
references. Can I do it with pyxml?

Thanks in advance!




More information about the Python-list mailing list