diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /doc/kdelibs/man-checkXML.1.docbook | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kdelibs/man-checkXML.1.docbook')
-rw-r--r-- | doc/kdelibs/man-checkXML.1.docbook | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/kdelibs/man-checkXML.1.docbook b/doc/kdelibs/man-checkXML.1.docbook new file mode 100644 index 000000000..a083c4739 --- /dev/null +++ b/doc/kdelibs/man-checkXML.1.docbook @@ -0,0 +1,42 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ +<!ENTITY % English "INCLUDE"> +]> + +<refentry lang="&language;"> +<refentryinfo> +<author><personname><firstname>Lauri</firstname><surname>Watts</surname></personname><email>lauri@kde.org</email></author> +<date>2003-07-03</date> +</refentryinfo> + +<refmeta> +<refentrytitle><command>checkXML</command></refentrytitle> +<manvolnum>1</manvolnum> +</refmeta> + +<refnamediv> +<refname><command>checkXML</command></refname> +<refpurpose>An &XML; lint tool for &kde; DocBook &XML; documents.</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>checkXML</command> <arg><replaceable>filename</replaceable></arg> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title>Description</title> + +<para><command>checkXML</command> is a tool to check for syntax errors in &kde; +DocBook &XML; files. It can also be used for other DocBook based +&XML; files, but you should use the less specific xmllint(1) tool if +you are not writing or otherwise working on &kde; +documentation.</para> +</refsect1> + +<refsect1> +<title>See Also</title> +<para>meinproc(1) xmllint(1)</para> +</refsect1> +</refentry>
\ No newline at end of file |