view dtd/error.dtd @ 428:fc2bd185dc02

Listed .xslt files explicitly as targets so they never get considered to be intermediate by make. This addresses an issue mentioned in r28 without a side effect.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 27 Feb 2012 12:21:21 +0000
parents 7db449e89e92
children be54c443235a
line wrap: on
line source

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