[Osr-101] rev 24080 - public/osr-101/trunk/amendments
michi at wyona.com
michi at wyona.com
Mon Apr 30 23:38:58 CEST 2007
Author: michi
Date: 2007-04-30 23:38:57 +0200 (Mon, 30 Apr 2007)
New Revision: 24080
Modified:
public/osr-101/trunk/amendments/workflow.html
Log:
XML declarations added.
Modified: public/osr-101/trunk/amendments/workflow.html
===================================================================
--- public/osr-101/trunk/amendments/workflow.html 2007-04-30 21:31:45 UTC (rev 24079)
+++ public/osr-101/trunk/amendments/workflow.html 2007-04-30 21:38:57 UTC (rev 24080)
@@ -25,6 +25,7 @@
Client Request: POST https://foo.bar/my-document.xtml?yanel.resource.workflow.transition=publish
{{{
+<?xml version="1.0"?>
<workflow xmlns="http://www.wyona.org/neutron/2.0">
<transition id="publish" revision="OPTIONAL"/>
</workflow>
@@ -33,6 +34,7 @@
Server Response: HTTP/1.1 200 OK..
{{{
+<?xml version="1.0"?>
<workflow xmlns="http://www.wyona.org/neutron/2.0">
<current-status date="2006.12.15">LIVE/AUTHORING</current-status>
<transitions>
More information about the Osr-101
mailing list