view dtd/error.dtd @ 1652:68b647a96448

Documented that "map" does a caseless string comparison.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 11 Feb 2016 12:32:04 +0300
parents be54c443235a
children
line wrap: on
line source

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

<!ELEMENT  error        EMPTY >
<!ATTLIST  error
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
>