[Yanel-commits] rev 23603 - public/yanel/trunk/src/resources/add-realm/xslt

michi at wyona.com michi at wyona.com
Thu Apr 5 11:18:53 CEST 2007


Author: michi
Date: 2007-04-05 11:18:51 +0200 (Thu, 05 Apr 2007)
New Revision: 23603

Added:
   public/yanel/trunk/src/resources/add-realm/xslt/add-realm-from-scratch.xsl
Log:
from scratch XSLT added

Added: public/yanel/trunk/src/resources/add-realm/xslt/add-realm-from-scratch.xsl
===================================================================
--- public/yanel/trunk/src/resources/add-realm/xslt/add-realm-from-scratch.xsl	2007-04-05 08:58:19 UTC (rev 23602)
+++ public/yanel/trunk/src/resources/add-realm/xslt/add-realm-from-scratch.xsl	2007-04-05 09:18:51 UTC (rev 23603)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<xsl:stylesheet version="1.0"
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+  xmlns:xhtml="http://www.w3.org/1999/xhtml"
+  xmlns="http://www.w3.org/1999/xhtml"
+  xmlns:yanel="http://www.wyona.org/yanel/1.0"
+>
+
+  <xsl:output method="xhtml" encoding="UTF-8"/>
+  
+  <xsl:param name="yanel.back2context" select="''" />
+  
+  <xsl:template match="/">
+    <html xmlns="http://www.w3.org/1999/xhtml">
+      <head>
+        <title>Add Realm From Scratch</title>
+      </head>
+      <body>
+      <h1>Add Realm From Scratch</h1>
+      <a href="?yanel.resource.viewid=xml">Show XML</a>
+      </body>
+    </html>
+  </xsl:template>
+   
+</xsl:stylesheet>




More information about the Yanel-commits mailing list