You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/07/23 10:10:25 UTC

svn commit: r558645 - /lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml

Author: andreas
Date: Mon Jul 23 01:10:25 2007
New Revision: 558645

URL: http://svn.apache.org/viewvc?view=rev&rev=558645
Log:
Updated resource type docs. Thanks to Steve Nunez for reporting.

Modified:
    lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml

Modified: lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml?view=diff&rev=558645&r1=558644&r2=558645
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml Mon Jul 23 01:10:25 2007
@@ -65,10 +65,13 @@
   
 <source xml:space="preserve"><![CDATA[<publication>
   ...
-  <resource-type name="xhtml" workflow="workflow.xml"/>
-  <resource-type name="homepage" workflow="workflow.xml"/>
-  <resource-type name="links" workflow="workflow.xml"/>
-  <resource-type name="profile" workflow="workflow.xml"/>
+  <resource-types>
+    <resource-type name="xhtml" workflow="workflow.xml"/>
+    <resource-type name="homepage" workflow="workflow.xml"/>
+    <resource-type name="links" workflow="workflow.xml"/>
+    <resource-type name="profile" workflow="workflow.xml"/>
+    ...
+  </resource-types>
   ...
 </publication>
 ]]></source>



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