[Yanel-commits] rev 38395 - in public/yanel/contributions/resources/xopus3: . htdocs htdocs/xslt

michi at wyona.com michi at wyona.com
Sat Sep 6 00:27:09 CEST 2008


Author: michi
Date: 2008-09-06 00:27:08 +0200 (Sat, 06 Sep 2008)
New Revision: 38395

Added:
   public/yanel/contributions/resources/xopus3/htdocs/
   public/yanel/contributions/resources/xopus3/htdocs/xslt/
   public/yanel/contributions/resources/xopus3/htdocs/xslt/load-xopus-xhtml.xsl
Log:
xslt in order to generate xhtml for loading Xopus

Added: public/yanel/contributions/resources/xopus3/htdocs/xslt/load-xopus-xhtml.xsl
===================================================================
--- public/yanel/contributions/resources/xopus3/htdocs/xslt/load-xopus-xhtml.xsl	                        (rev 0)
+++ public/yanel/contributions/resources/xopus3/htdocs/xslt/load-xopus-xhtml.xsl	2008-09-05 22:27:08 UTC (rev 38395)
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+
+<xsl:stylesheet version="1.0"
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+>
+
+<xsl:template match="/">
+<html>
+  <head>
+    <title>Load Xopus ...</title>
+    <script language="JavaScript" src="/xopus/xopus.js"/>
+  </head>
+  <body bgcolor="#FFFFFF">
+    <div xopus="true" autostart="true">
+      ...Xopus hasn't started yet...
+      <xml>
+        <pipeline
+            xml="?xml"
+            xsd="?xsd">
+            
+          <view id="defaultView" default="true">
+            <transform xsl="/xopusPlugins/preparexinclude.xsl"/>
+            <resolveXIncludes/>
+            <transform xsl="?xslt">
+              <param name="some_param_name">some_param_value</param>
+            </transform>
+          </view>
+          <view id="treeView">
+            <transform xsl="/xopus/media/treeview/tree.xsl"></transform>
+          </view>
+        </pipeline>
+      </xml>
+    </div>
+  </body>
+</html>
+</xsl:template>
+
+</xsl:stylesheet>



More information about the Yanel-commits mailing list