On Fri, 14/01/2005 11:39 +0100, Tim van Erven wrote:
> I'm using pyxml to read an xml file from stdin, modify it a bit, and
> write it out again to stdout. In the process a doctype is added
> automatically. In the output a <!DOCTYPE ...> line is added. I'm using a
> schema to validate my output, but it won't validate when the !DOCTYPE is
> present, so I think I'd like to get rid of that.

Correction: it turns out I'm using the built-in XML libraries, not
pyxml. I'm using python 2.2, by the way.

Regards,
Tim

-- 
Tim van Erven <[EMAIL PROTECTED]>
_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to