view dtd/error.dtd @ 1917:c0c79991342b

"Mastering NGINX" book replaced by its second edition.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 23 Feb 2017 10:39:36 +0000
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
>