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/19 18:27:00 UTC

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

Author: andreas
Date: Thu Jul 19 09:27:00 2007
New Revision: 557677

URL: http://svn.apache.org/viewvc?view=rev&rev=557677
Log:
Updated resource type docs.

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=557677&r1=557676&r2=557677
==============================================================================
--- 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 Thu Jul 19 09:27:00 2007
@@ -25,11 +25,11 @@
 	<title>Introduction</title>
 	
 	<p>
-	A resource type defines a certain XML source format, together with processing options.
+	A resource type defines a certain (XML or binary) source format, together with processing options.
 	It typically consists of
 	</p>
 	<ul>
-	  <li>an XML structure definition (e.g., Relax NG)</li>
+	  <li>an XML structure definition (e.g., Relax NG), if the resource type is XML-based,</li>
 	  <li>some presentation pipelines,</li>
 	  <li>some presentation XSLT stylesheets,</li>
 	  <li>usecases to manipulate documents.</li>
@@ -152,7 +152,7 @@
       editor requires a Relax NG document.
     </p>
     <p>The structure definition document is typically placed in the directory
-      <code>&lt;publication&gt;/lenya/resources/schemas/</code>. The name
+      <code>$MODULE_HOME/resources/schemas</code>. The name
       of the file is arbitrary, but it is recommended to use the
       resource type name (e.g., <code>profile.rng</code>).
     </p>



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