view dtd/error.dtd @ 1867:e42f6c54ea5f

Added ES7 exponentiation operators support to "About nginScript".
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 20 Dec 2016 16:05:31 +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
>