[kde-doc-english] [kate] doc/katepart: documentation: adapt dtd to xsd

Dominik Haumann dhaumann at kde.org
Sat Aug 9 17:59:56 UTC 2014


Git commit 052ee1731e2d14f26d5c57ea96b871d0899b7545 by Dominik Haumann.
Committed on 09/08/2014 at 17:57.
Pushed by dhaumann into branch 'master'.

documentation: adapt dtd to xsd

M  +1    -1    doc/katepart/development.docbook

http://commits.kde.org/kate/052ee1731e2d14f26d5c57ea96b871d0899b7545

diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook
index efe507d..c840bd7 100644
--- a/doc/katepart/development.docbook
+++ b/doc/katepart/development.docbook
@@ -963,7 +963,7 @@ keep the matched string for the next context.
 </listitem>
 <listitem>
 <para>You can validate every XML file by using the command
-<command>xmllint --dtdvalid language.dtd mySyntax.xml</command>.</para>
+<command>xmllint --schema language.xsd mySyntax.xml</command>.</para>
 </listitem>
 <listitem>
 <para>If you repeat complex regular expression very often you can use


More information about the kde-doc-english mailing list