From 29635af656d967ab28c443e694eb55bbcd7ad05b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 6 Jul 2016 20:03:37 +0100 Subject: [PATCH] Begin writing XSLT stylesheet for directory listings. --- GalleryShare/XSLT/DirectoryListing.xslt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/GalleryShare/XSLT/DirectoryListing.xslt b/GalleryShare/XSLT/DirectoryListing.xslt index 5f28270..a06ddfb 100644 --- a/GalleryShare/XSLT/DirectoryListing.xslt +++ b/GalleryShare/XSLT/DirectoryListing.xslt @@ -1 +1,11 @@ - \ No newline at end of file + + + + <!DOCTYPE html> + + + + </head> + </html> + </xsl:template> +</xsl:transform>