You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/03/01 11:51:03 UTC

svn commit: r155769 - forrest/trunk/docs-author/content/xdocs/validation.xml

Author: crossley
Date: Tue Mar  1 02:51:02 2005
New Revision: 155769

URL: http://svn.apache.org/viewcvs?view=rev&rev=155769
Log:
Commence the huge task of fixing pathnames in the documentation, again.
src/core/context => main/webapp

Modified:
    forrest/trunk/docs-author/content/xdocs/validation.xml

Modified: forrest/trunk/docs-author/content/xdocs/validation.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/validation.xml?view=diff&r1=155768&r2=155769
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/validation.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/validation.xml Tue Mar  1 02:51:02 2005
@@ -95,7 +95,7 @@
       <p>
         Forrest provides an <link href="ext:catalog_spec">OASIS Catalog</link>
         [see <link href="ext:catalog_intro">tutorial</link>]
-        <code>forrest/src/core/context/resources/schema/catalog.xcat</code>
+        <code>forrest/main/webapp/resources/schema/catalog.xcat</code>
         as a means of associating public identifiers
         (e.g. <code>-//APACHE//DTD Documentation V1.1//EN</code> above) with DTDs.
         If you <link href="site:new_content_type">add a new content type</link>, you
@@ -131,9 +131,9 @@
         </source>
         <p>
           The document-v13 entities are defined in a reusable 'module':
-          <code>forrest/src/core/context/resources/schema/dtd/document-v13.mod</code>
+          <code>forrest/main/webapp/resources/schema/dtd/document-v13.mod</code>
           The
-          <code>forrest/src/core/context/resources/schema/dtd/document-v13.dtd</code>
+          <code>forrest/main/webapp/resources/schema/dtd/document-v13.dtd</code>
           file provides a full description and basic example of how to pull in
           modules.  In our example, our DTD reuses modules
           <code>common-charents-v10.mod</code> and
@@ -269,7 +269,7 @@
         </note>
         <p>
           Forrest provides a standard catalog file at
-          <code>forrest/src/core/context/resources/schema/catalog.xcat</code>
+          <code>forrest/main/webapp/resources/schema/catalog.xcat</code>
           for the document
           types that Forrest provides.  Projects can augment this with their
           own catalog file located in
@@ -357,10 +357,10 @@
       </p>
       <p>
         The RNG grammars to do this are located in the
-        <code>src/core/context/resources/schema/relaxng</code> directory.
+        <code>main/webapp/resources/schema/relaxng</code> directory.
         If you want to
         know more about this, and perhaps extend it for your own use, then
-        see <code>src/core/context/resources/schema/relaxng/README.txt</code>
+        see <code>main/webapp/resources/schema/relaxng/README.txt</code>
         and the Ant targets in the various build.xml files.
       </p>
     </section>