KVTML

from Wikipedia, the free encyclopedia
Standard icon for .kvtml

KVTML stands for " K ool V okabel T rainer M arkup L anguage" and is a data format for storing vocabulary lists under Linux . It is being developed by the KDE Education Project . Programs that can handle this format are Parley , KHangMan , KVocTrain and KWordQuiz .

example

<?xml version="1.0"?>
<DOCTYPE kvtml PUBLIC "kvtml2.dtd" "http://edu.kde.org/kvtml/kvtml2.dtd">
<kvtml version="2.0"> 
  <information>
    <generator>converter</generator>
    <title>Animals</title><!--Translate tag content-->
    <comment>Animals from across the planet</comment><!--Translate tag content-->
  </information>
  <identifiers>
    <identifier id="0" >
      <locale>en</locale>
    </identifier>
  </identifiers>
  ...
  <entry id="0" >
    <inactive>false</inactive>
    <inquery>false</inquery>
    <translation id="0" >
      <text>bear</text><!--Translate all text tags content-->
      <comment>Large heavy animal with thick fur</comment><!--Translate all comment tags content-->
    </translation>
  </entry>
</kvtml>

See also

Web links

References

Individual evidence

  1. KVTML . Retrieved September 12, 2012.