Re: Check XML Without any DTD or schema.

2006-09-05 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > I'm newbee. I try to check syntax any XML file. I don't have any dtd or > shema file to this xml. > Is this possible that I check syntax in any xml file in python. There are two forms of checking xml-documents: - well-formedness, which means that the document adheres t

Check XML Without any DTD or schema.

2006-09-05 Thread gajewski . konrad
Hi All. I'm newbee. I try to check syntax any XML file. I don't have any dtd or shema file to this xml. Is this possible that I check syntax in any xml file in python. Regards, Dreamen -- http://mail.python.org/mailman/listinfo/python-list