ts.dtd

来自「奇趣公司比较新的qt/emd版本」· DTD 代码 · 共 46 行

DTD
46
字号
<!--  !  ! Some notes to the DTD: ! ! The location element is set as optional since it was introduced first in Qt 4.2. !  --><!--  ! 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. --><!ENTITY % evilstring '(#PCDATA | byte)*' ><!ELEMENT byte EMPTY><!ATTLIST byte          value CDATA #REQUIRED><!ELEMENT TS (defaultcodec?, context+) > <!ATTLIST TS          version CDATA #IMPLIED          language CDATA #IMPLIED><!ELEMENT defaultcodec (#PCDATA) ><!ELEMENT context (name, comment?, message+) > <!ATTLIST context          encoding CDATA #IMPLIED><!ELEMENT name %evilstring; ><!ELEMENT comment %evilstring; ><!ELEMENT message (location?, source, comment?, translation) ><!ATTLIST message          encoding CDATA #IMPLIED          numerus (yes|no) "no"><!ELEMENT location EMPTY><!ATTLIST location           filename CDATA #REQUIRED          line CDATA #REQUIRED><!ELEMENT source %evilstring;><!--  ! The following should really say one evilstring macro or several numerusform elements,  ! but the DTD can't express this.   --><!ELEMENT translation (#PCDATA|byte|numerusform)* ><!ATTLIST translation          type (unfinished|obsolete) #IMPLIED          encoding CDATA #IMPLIED><!ELEMENT numerusform %evilstring; >

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?