[XML-SIG] Problem using schema instead of DTD

Tim van Erven tve at vormig.net
Fri Jan 14 14:18:05 CET 2005


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 <tve at vormig.net>


More information about the XML-SIG mailing list