[Osr-101] rev 24074 - public/osr-101/trunk/amendments
michi at wyona.com
michi at wyona.com
Mon Apr 30 20:14:03 CEST 2007
Author: michi
Date: 2007-04-30 20:14:01 +0200 (Mon, 30 Apr 2007)
New Revision: 24074
Modified:
public/osr-101/trunk/amendments/versions.html
public/osr-101/trunk/amendments/workflow.html
Log:
Namespaces added.
Modified: public/osr-101/trunk/amendments/versions.html
===================================================================
--- public/osr-101/trunk/amendments/versions.html 2007-04-30 15:54:57 UTC (rev 24073)
+++ public/osr-101/trunk/amendments/versions.html 2007-04-30 18:14:01 UTC (rev 24074)
@@ -2,7 +2,7 @@
!!Server which supports Versioning and Workflow
{{{
-lt;introspection>
+lt;introspection xmlns="http://www.wyona.org/neutron/2.0">
lt;resource
lt;edit mime-type="application/xhtml+xml" name="Homepage">
lt;open url="index.xhtml" method="GET"/>
@@ -63,7 +63,7 @@
!!Server which supports Versioning and Workflow (but only for the latest revision)
{{{
-lt;introspection>
+lt;introspection xmlns="http://www.wyona.org/neutron/2.0">
lt;resource
lt;edit mime-type="application/xhtml+xml" name="Homepage">
lt;open url="index.xhtml" method="GET"/>
@@ -106,7 +106,7 @@
!!Server which supports Versioning but no Workflow
{{{
-lt;introspection>
+lt;introspection xmlns="http://www.wyona.org/neutron/2.0">
lt;resource
lt;edit mime-type="application/xhtml+xml" name="Homepage">
lt;open url="index.xhtml" method="GET"/>
@@ -143,7 +143,7 @@
!!Server which supports no Versioning and no Workflow
{{{
-lt;introspection>
+lt;introspection xmlns="http://www.wyona.org/neutron/2.0">
lt;resource
lt;edit mime-type="application/xhtml+xml" name="Homepage">
lt;open url="index.xhtml" method="GET"/>
Modified: public/osr-101/trunk/amendments/workflow.html
===================================================================
--- public/osr-101/trunk/amendments/workflow.html 2007-04-30 15:54:57 UTC (rev 24073)
+++ public/osr-101/trunk/amendments/workflow.html 2007-04-30 18:14:01 UTC (rev 24074)
@@ -25,7 +25,7 @@
Client Request: POST https://foo.bar/my-document.xtml?yanel.resource.workflow.transition=publish
{{{
-lt;n:workflow>
+lt;n:workflow xmlns="http://www.wyona.org/neutron/2.0">
lt:n:transition id="publish" revision="OPTIONAL"/>
lt;/n:workflow
}}}
@@ -33,7 +33,7 @@
Server Response: HTTP/1.1 200 OK..
{{{
-lt;workflow>
+lt;workflow xmlns="http://www.wyona.org/neutron/2.0">
lt;current-status date="2006.12.15">LIVE/AUTHORINGlt;/current-status>
lt;transitions>
lt;transition id="submit-to-review" from="AUTHORING" to="REVIEW" url="?yanel.resource.workflow.transition=submit-to-review" method="POST"/>
More information about the Osr-101
mailing list