nginx-0.1.0-RELEASE import

    *) The first public version.
diff --git a/docs/xsls/dump.xsls b/docs/xsls/dump.xsls
new file mode 100644
index 0000000..6b39966
--- /dev/null
+++ b/docs/xsls/dump.xsls
@@ -0,0 +1,29 @@
+X:stylesheet {

+

+X:output method="xml"

+X:param indent-increment="'   '";

+

+X:template noname(indent="'
'") = "*" {

+	!{$indent}

+

+	X:if "name()='xsl:template'" {

+		!{$indent}

+	}

+

+	X:copy {

+	   X:copy-of "@*"

+     	   !!( indent = "concat($indent, $indent-increment)" );

+	   X:if "./* " { !{$indent}  }

+	}

+}

+

+ 

+X:template = "comment()|processing-instruction()" {

+    X:copy;

+}

+

+<!--

+X:template ="text()[normalize-space(.)='']" {}

+-->

+

+}