[Yanel-commits] rev 44516 - in public/yanel/trunk/src/webapp/htdocs: Google-Analytics commons

michi at wyona.com michi at wyona.com
Tue Sep 1 09:17:56 CEST 2009


Author: michi
Date: 2009-09-01 09:17:56 +0200 (Tue, 01 Sep 2009)
New Revision: 44516

Added:
   public/yanel/trunk/src/webapp/htdocs/commons/identity-transformation.xsl
Removed:
   public/yanel/trunk/src/webapp/htdocs/commons/Id.xslt
Modified:
   public/yanel/trunk/src/webapp/htdocs/Google-Analytics/page-GA.xslt
Log:
xslt renamed such that it is clear that the xslt it not about an identity (ID), but about the identity transformation

Modified: public/yanel/trunk/src/webapp/htdocs/Google-Analytics/page-GA.xslt
===================================================================
--- public/yanel/trunk/src/webapp/htdocs/Google-Analytics/page-GA.xslt	2009-08-31 21:26:22 UTC (rev 44515)
+++ public/yanel/trunk/src/webapp/htdocs/Google-Analytics/page-GA.xslt	2009-09-01 07:17:56 UTC (rev 44516)
@@ -4,7 +4,7 @@
 >
 
 
-<xsl:import href="../commons/Id.xslt"/>
+<xsl:import href="../commons/identity-transformation.xsl"/>
 
 
 <xsl:include href="GA.xslt"/>

Deleted: public/yanel/trunk/src/webapp/htdocs/commons/Id.xslt
===================================================================
--- public/yanel/trunk/src/webapp/htdocs/commons/Id.xslt	2009-08-31 21:26:22 UTC (rev 44515)
+++ public/yanel/trunk/src/webapp/htdocs/commons/Id.xslt	2009-09-01 07:17:56 UTC (rev 44516)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-XSLT identity transformation:
- handy as a starting point for decorating stylesheets.
-
- IMPORTANT: It has to be imported and not included,
-  so use it for example like this:
-  <xsl:import href="yanelhtdocs:/commons/Id.xslt"/>
--->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
->
-
-
-<xsl:template match="@*|node()" priority="-1">
-  <xsl:copy>
-    <xsl:apply-templates select="@*|node()"/>
-  </xsl:copy>
-</xsl:template>
-
-
-</xsl:stylesheet>

Copied: public/yanel/trunk/src/webapp/htdocs/commons/identity-transformation.xsl (from rev 44515, public/yanel/trunk/src/webapp/htdocs/commons/Id.xslt)
===================================================================
--- public/yanel/trunk/src/webapp/htdocs/commons/identity-transformation.xsl	                        (rev 0)
+++ public/yanel/trunk/src/webapp/htdocs/commons/identity-transformation.xsl	2009-09-01 07:17:56 UTC (rev 44516)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+XSLT identity transformation:
+ handy as a starting point for decorating stylesheets.
+
+ IMPORTANT: It has to be imported and not included,
+  so use it for example like this:
+  <xsl:import href="yanelhtdocs:/commons/Id.xslt"/>
+-->
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+>
+
+
+<xsl:template match="@*|node()" priority="-1">
+  <xsl:copy>
+    <xsl:apply-templates select="@*|node()"/>
+  </xsl:copy>
+</xsl:template>
+
+
+</xsl:stylesheet>



More information about the Yanel-commits mailing list