view dtd/menu.dtd @ 2864:b2e6057d99af

Linux packages: updated the supported architectures for Ubuntu 22.04.
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 22 Jun 2022 14:37:51 +0400
parents e159f385c62b
children
line wrap: on
line source

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

<!ELEMENT  menus        (menu+) >

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

<!ELEMENT  item         (#PCDATA) >
<!ATTLIST  item
           href         CDATA #IMPLIED
           lang         CDATA #IMPLIED
           year         CDATA #IMPLIED
           switchlang   CDATA #IMPLIED
>