view dtd/versions.dtd @ 939:2a9e42106d6f

Removed trailing spaces.
author Vladimir Homutov <vl@nginx.com>
date Thu, 04 Jul 2013 12:11:28 +0400
parents b2b10d564893
children 649420cb8021
line wrap: on
line source

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

<!ELEMENT  versions     (download+) >

<!ELEMENT  download     (item+) >
<!ATTLIST  download
           tag          (development | stable | legacy) #REQUIRED
           changes      CDATA #REQUIRED
>

<!ELEMENT  item         EMPTY >
<!ATTLIST  item
           ver          CDATA #REQUIRED
           pgp          (yes | no) "yes"
           win          (yes | no) "yes"
>