You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/kword/dtd/DEBUG

11 lines
238 B

How to debug KWord's DTD?
You can debug this DTD with xmllint (from libxml2)
First you have to unzip the KWord file.
Then you can do:
xmllint --noout --dtdvalid kword.dtd maindoc.xml
where kword.dtd is the URL to KWord's DTD.