[Yanel-commits] rev 38428 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Sun Sep 7 22:31:20 CEST 2008


Author: michi
Date: 2008-09-07 22:31:19 +0200 (Sun, 07 Sep 2008)
New Revision: 38428

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/f97143ee-1cc7-445c-9f36-0d59455fbc2a
Log:
saving and lookup started

Modified: public/yanel/trunk/src/realms/yanel-website/content/f97143ee-1cc7-445c-9f36-0d59455fbc2a
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/f97143ee-1cc7-445c-9f36-0d59455fbc2a	2008-09-07 20:17:24 UTC (rev 38427)
+++ public/yanel/trunk/src/realms/yanel-website/content/f97143ee-1cc7-445c-9f36-0d59455fbc2a	2008-09-07 20:31:19 UTC (rev 38428)
@@ -7,6 +7,8 @@
 <ul>
   <li><a href="#introduction">Introduction</a></li>
   <li><a href="#starting">Loading/Opening data</a></li>
+  <li><a href="#saving">Saving data</a></li>
+  <li><a href="#lookup">Lookup</a></li>
   <li><a href="#resources">Resources</a></li>
 </ul>
 
@@ -26,9 +28,13 @@
 </p>
 
 <p>
-In order to load data for editing with Xopus 3 one needs to provide an XHTML page containing a link to the main Xopus javascript and an XML configuration containing pointers to the actual XML data, its schema and some XSLT for the WYSIWYG transformation of the XML.
+In order to load data for editing with Xopus 3 one needs to provide an XHTML page containing a link to the main Xopus javascript (xopus.js) and an XML configuration (&lt;x:config>...&lt;/x:config>) containing pointers to the actual <a href="http://xopus.com/files/demo/examples/Simple/document.xml">XML data</a>, its <a href="http://xopus.com/files/demo/examples/Simple/schema.xsd">schema</a> and some <a href="http://xopus.com/files/demo/examples/Simple/stylesheet.xsl">XSLT</a> for the WYSIWYG transformation of the XML.
 </p>
 
+<p>
+This page can be provided at any URL as for example http://127.0.0.1:8080/yanel/from-scratch-realm/xopus-example.html and served with the mime type text/html, whereas please make sure to resolve the Xopus javascript path relative to the page's URL:
+</p>
+
 <pre>
 &lt;html xmlns="http://www.w3.org/1999/xhtml">
   &lt;head>
@@ -54,6 +60,22 @@
 &lt;/html>
 </pre>
 
+<p>
+The actual content and it's related schema and XSLT are resolved then by Xopus relative to the location of the above page, for example http://127.0.0.1:8080/yanel/from-scratch-realm/sample.xml
+</p>
+
+<a name="saving"/>
+<h2>Saving data</h2>
+<p>
+...
+</p>
+
+<a name="lookup"/>
+<h2>Lookup</h2>
+<p>
+...
+</p>
+
 <a name="resources"/>
 <h2>Resources</h2>
 <ul>



More information about the Yanel-commits mailing list