view xsls/development.xsls @ 69:935beaa561b3

- use of $document_root and $realpath_root in "root" is prohibited - "satisfy" can be specified in the "http" and "server" contexts; "satisfy all" behavior is cleared - "sendfile" can be specified in the "if in location" context
author Ruslan Ermilov <ru@nginx.com>
date Sun, 09 Oct 2011 18:01:18 +0000
parents 61e04fc01027
children be54c443235a
line wrap: on
line source

X:stylesheet {

X:output method="text";

X:template = "/versions" { !{ normalize-space(development) } }

}