Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 64e7f5f900e368933b39856b503efcda > files > 220

kdeaddons-3.1-5mdk.i586.rpm

<chapter id="xmlcheck">
<chapterinfo>

<title><acronym>XML</acronym> Validation</title>

<authorgroup>
<author>
<firstname>Daniel</firstname>
<surname>Naber</surname>
<affiliation>
<address><email>daniel.naber@t-online.de</email></address>
</affiliation>
</author>
</authorgroup>
<date>2002-07-20</date>
<releaseinfo>0.90.00</releaseinfo>
<abstract>

<para>This plugin checks XML files for well-formedness and validity.</para>

</abstract>
<keywordset>
<keyword>KDE</keyword>
<keyword>kate</keyword>
<keyword>xml</keyword>
<keyword>DTD</keyword>
</keywordset>
</chapterinfo>

<title>Introduction</title>

<para>This plugin checks the current file. A list of warnings and errors
will appears at the bottom of &kate;'s main window. You can click on an error message
to jump to the corresponding place in the file. If the file has a <quote>DOCTYPE</quote>
the DTD given with this doctype will be used to check the file for validity. The
DTD is expected at a position relative to the current file, &eg; if the doctype
refers to <quote>DTD/xhtml1-transitional.dtd</quote> and the file is <filename>/home/peter/test.xml</filename>
the DTD is expected to be located at <filename>/home/peter/DTD/xhtml1-transitional.dtd</filename>.
However, remote DTDs sepcified via http are supported.</para>

<para>If the file has no doctype it will be checked for well-formedness.</para>

<para>To learn more about XML check out the <ulink url="http://www.w3.org/XML/"> official W3C XML pages</ulink>.</para>

<para>Internally this plugin calls the external command <command>xmllint</command>, which 
is part of libxml2. If this command is not correctly installed on your system, the plugin
will not work.</para>

<note><para>A temporary file needs to be written to the same directory as the file
that should be checked, so you need to have write access to that directory.</para></note>

<sect1 id="xmlcheck-menu">
<title>Menu Structure</title>

<variablelist>
<varlistentry>
<term>
<menuchoice>
<guimenu>Tools</guimenu>
<guimenuitem>Validate XML</guimenuitem>
</menuchoice>
</term>
<listitem><para>This will start the check, as described above.</para></listitem>
</varlistentry>
</variablelist>

</sect1>

<sect1 id="xmlcheck-thanks-and-acknowledgements">
<title>Thanks and Acknowledgements</title>

<para>
&kate; Plugin <quote>XML Validation</quote> copyright 2002 Daniel Naber
<email>daniel.naber@t-online.de</email>.
</para>

<para>
Documentation copyright 2002 Daniel Naber
</para>

<!-- TRANS:CREDIT_FOR_TRANSLATORS -->

<!-- &underFDL; -->
&underGPL;

</sect1>
</chapter>

<!--
Local Variables:
mode: sgml
sgml-omittag: nil
sgml-shorttag: t
End:
-->