comparison xslt/varindex.xslt @ 1196:1c9871bbb3e7

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 17 May 2014 02:14:12 +0400
parents 48f411449e2b
children
comparison
equal deleted inserted replaced
1195:1a7a1c79142e 1196:1c9871bbb3e7
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- 2 <!--
3 Copyright (C) Nginx, Inc. 3 Copyright (C) Nginx, Inc.
4 --> 4 -->
5 5
6 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:math="http://exslt.org/math" extension-element-prefixes="math"> 6 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
7 7
8 <xsl:output method="xml" doctype-system="../../../dtd/article.dtd" encoding="utf-8"/> 8 <xsl:output method="xml" doctype-system="../../../dtd/article.dtd" encoding="utf-8" indent="yes"/>
9 9
10 <!-- 10 <!--
11 .. a current directory of a XSLT script is where the script is stored, 11 .. a current directory of a XSLT script is where the script is stored,
12 .. but not where XSLT processor has been started to run the script 12 .. but not where XSLT processor has been started to run the script
13 --> 13 -->