mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Begin writing XSLT stylesheet for directory listings.
This commit is contained in:
parent
008cb25636
commit
29635af656
1 changed files with 11 additions and 1 deletions
|
@ -1 +1,11 @@
|
|||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsl:transform version="1.0" xmlns:xsl="http://w3.org/1999/XSL/Transform">
|
||||
<xsl:template match="/">
|
||||
<xsl:text disable-output-escaping='yes'><!DOCTYPE html></xsl:text>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
</head>
|
||||
</html>
|
||||
</xsl:template>
|
||||
</xsl:transform>
|
||||
|
|
Loading…
Reference in a new issue