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.
11 lines
238 B
11 lines
238 B
15 years ago
|
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.
|
||
|
|