view dtd/i18n.dtd @ 2324:3cf6a0cbec12

Added intra-page anchors and table of contents.
author Konstantin Pavlov <thresh@videolan.org>
date Wed, 30 Jan 2019 13:04:53 +0300
parents 649420cb8021
children
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

<!ELEMENT  i18n         (text+) >

<!ELEMENT  text         (item+) >
<!ATTLIST  text
           lang         CDATA #REQUIRED
>

<!ELEMENT  item         ANY>
<!ATTLIST  item
           id           CDATA #REQUIRED
>

<!ELEMENT  origin       (#PCDATA) >