Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 1783

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /home/gvatteka/dev/qt-4.3/doc/src/linguist-manual.qdoc -->
<head>
  <title>Qt Linguist Manual: TS File Format</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">Qt Linguist Manual: TS File Format<br /><small></small></h1>
<p>The <tt>.ts</tt> file format used by Qt Linguist is described by the <a href="http://www.w3.org/TR/1998/REC-xml-19980210">DTD</tt></a> presented below, which we include for your convenience. Be aware that the format may change in future Qt releases.</p>
<pre>    &lt;!--
     !
     ! Some notes to the DTD:
     !
     ! The location element is set as optional since it was introduced first in Qt 4.2.
     !
      --&gt;
    &lt;!--
     ! Macro used in order to escape byte entities not allowed in an xml document
     ! for instance, only #x9, #xA and #xD are allowed characters below #x20.
     --&gt;
    &lt;!ENTITY % evilstring '(#PCDATA | byte)*' &gt;
    &lt;!ELEMENT byte EMPTY&gt;
    &lt;!ATTLIST byte
              value CDATA #REQUIRED&gt;
    &lt;!ELEMENT TS (defaultcodec?, context+) &gt;
    &lt;!ATTLIST TS
              version CDATA #IMPLIED
              language CDATA #IMPLIED&gt;
    &lt;!ELEMENT defaultcodec (#PCDATA) &gt;
    &lt;!ELEMENT context (name, comment?, message+) &gt;
    &lt;!ATTLIST context
              encoding CDATA #IMPLIED&gt;
    &lt;!ELEMENT name %evilstring; &gt;
    &lt;!ELEMENT comment %evilstring; &gt;
    &lt;!ELEMENT message (location?, source, comment?, translation) &gt;
    &lt;!ATTLIST message
              encoding CDATA #IMPLIED
              numerus (yes|no) &quot;no&quot;&gt;
    &lt;!ELEMENT location EMPTY&gt;
    &lt;!ATTLIST location
              filename CDATA #REQUIRED
              line CDATA #REQUIRED&gt;
    &lt;!ELEMENT source %evilstring;&gt;
    &lt;!--
     ! The following should really say one evilstring macro or several numerusform elements,
     ! but the DTD can't express this.
      --&gt;
    &lt;!ELEMENT translation (#PCDATA|byte|numerusform)* &gt;
    &lt;!ATTLIST translation
              type (unfinished|obsolete) #IMPLIED
              encoding CDATA #IMPLIED&gt;
    &lt;!ELEMENT numerusform %evilstring; &gt;</pre>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%">Copyright &copy; 2007 <a href="trolltech.html">Trolltech</a></td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt Jambi </div></td>
</tr></table></div></address></body>
</html>