You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/06/15 17:45:46 UTC

svn commit: r414621 - /lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl

Author: michi
Date: Thu Jun 15 08:45:46 2006
New Revision: 414621

URL: http://svn.apache.org/viewvc?rev=414621&view=rev
Log:
introspection fixed

Modified:
    lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl?rev=414621&r1=414620&r2=414621&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/util/introspection.xsl Thu Jun 15 08:45:46 2006
@@ -30,7 +30,11 @@
 
 <xsl:template match="/">
   <introspection>
-    <edit href="{$context}/{$publication}/authoring/{$page-id}.xml" mime-type="application/xml" version="xxx">
+    <edit mime-type="application/xml">
+      <!-- TODO: Re-use existing or create new lenya.usecase for opening and saving ... -->
+      <open url="http://127.0.0.1:8888{$context}/{$publication}/authoring/{$page-id}.xml?lenya.usecase=..."/>
+      <save url="http://127.0.0.1:8888{$context}/{$publication}/authoring/{$page-id}.xml?lenya.usecase=..."/>
+<!--
     <schemas>
       <schema href="http://foo.bar.com/lenya/modules/docbook/schemas/simple.rng" type="RelaxNG"/>
       <schema href="http://foo.bar.com/lenya/modules/docbook/schemas/default.rng" type="RelaxNG"/>
@@ -39,6 +43,7 @@
       <style href="http://foo.bar.com/lenya/modules/xhtml/styles/default.xsl"/>
       <style href="http://foo.bar.com/lenya/modules/xhtml/styles/simple.xsl"/>
     </styles>
+-->
     </edit>
   </introspection>
 </xsl:template>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org