blob: f7e5b994ffdc5ab95e4c6641bf0b4699c8e3d31d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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.
|