[open-ils-commits] r618 - in servres/trunk/conifer/static: . xslt (artunit)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Aug 16 07:39:54 EDT 2009


Author: artunit
Date: 2009-08-16 07:39:54 -0400 (Sun, 16 Aug 2009)
New Revision: 618

Added:
   servres/trunk/conifer/static/xslt/
   servres/trunk/conifer/static/xslt/test.xsl
Log:
putting xslt files in static tree

Added: servres/trunk/conifer/static/xslt/test.xsl
===================================================================
--- servres/trunk/conifer/static/xslt/test.xsl	                        (rev 0)
+++ servres/trunk/conifer/static/xslt/test.xsl	2009-08-16 11:39:54 UTC (rev 618)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+version="1.0">
+
+<xsl:template match="/">
+        <xsl:text>foo</xsl:text>
+</xsl:template>
+
+</xsl:stylesheet>
\ No newline at end of file



More information about the open-ils-commits mailing list