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 2004/06/14 06:31:43 UTC

svn commit: rev 21186 - forrest/trunk/src/documentation/content/xdocs/docs

Author: crossley
Date: Sun Jun 13 21:31:42 2004
New Revision: 21186

Modified:
   forrest/trunk/src/documentation/content/xdocs/docs/catalog.xml
Log:
Change cvs/xml-forrest/ to svn/forrest/
The XXE section reads better when the old version info is at the top.


Modified: forrest/trunk/src/documentation/content/xdocs/docs/catalog.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/docs/catalog.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/docs/catalog.xml	Sun Jun 13 21:31:42 2004
@@ -81,14 +81,14 @@
         </p>
         <source><![CDATA[
 <nextCatalog
-catalog="/usr/local/cvs/xml-forrest/src/core/context/resources/schema/catalog.xcat"/>
+catalog="/usr/local/svn/forrest/src/core/context/resources/schema/catalog.xcat"/>
         ]]></source>
         <p>
           For a TR 9401 Catalog, add this line:
         </p>
         <source><![CDATA[
 CATALOG \
-"/usr/local/cvs/xml-forrest/src/core/context/resources/schema/catalog"
+"/usr/local/svn/forrest/src/core/context/resources/schema/catalog"
         ]]></source>
         <p>
           Actually you probably do not want to touch that system catalog,
@@ -134,7 +134,7 @@
         <source>
 SGMLDECL "/usr/share/sgml/xml.dcl"
 CATALOG \
-"/usr/local/cvs/xml-forrest/src/core/context/resources/schema/catalog"
+"/usr/local/svn/forrest/src/core/context/resources/schema/catalog"
         </source>
         <p>
           Then point the parser at it:
@@ -151,7 +151,7 @@
 Utilities > Global Options > Plugins:XML > Catalogs
 Select the "+" button, and use the "File System Browser"
 to specify the TR9401 Catalog file:
-"xml-forrest/src/core/context/resources/schema/catalog"
+"forrest/src/core/context/resources/schema/catalog"
         ]]></source>
       </section>
 
@@ -161,7 +161,7 @@
 Select the menu:
 External Tools > Preferences > XML Catalog
 Specify the XML Catalog file:
-"xml-forrest/src/core/context/resources/schema/catalog.xcat"
+"forrest/src/core/context/resources/schema/catalog.xcat"
         ]]></source>
       </section>
 
@@ -172,29 +172,29 @@
 (located in XMLSpy install directory):
 
 <nextCatalog
-catalog="file://localhost/C:/apache/xml-forrest/src/core/
+catalog="file://localhost/C:/apache/forrest/src/core/
 context/resources/schema/catalog.xcat"/>
         ]]></source>
       </section>
 
       <section id="xxe">
         <title>XMLmind XML Editor</title>
-          <section>
-          <title>XXE v2.5p3+</title>
-            <p>XXE only supports catalogs automatically detected via configuration files.  
-            Download the <fork href="http://www.splike.com/howtos/xxe_forrest.html">XXE 
-            Forrest Config</fork> files from splike.com; this also add support for WYSIWYG 
-            editing of forrest documents.</p>
-        </section>
         <section>
           <title>XXE v2.5p2 or prior</title>
           <source><![CDATA[
 Select the menu:
 Options > Options > Schema > Add File
 Specify the XML Catalog file:
-"xml-forrest/src/core/context/resources/schema/catalog.xcat"
+"forrest/src/core/context/resources/schema/catalog.xcat"
         ]]></source>
-          </section>
+        </section>
+          <section>
+          <title>XXE v2.5p3+</title>
+            <p>XXE only supports catalogs automatically detected via configuration files.  
+            Download the <fork href="http://www.splike.com/howtos/xxe_forrest.html">XXE 
+            Forrest Config</fork> files from splike.com; this also add support for WYSIWYG 
+            editing of forrest documents.</p>
+        </section>
       </section>
     </section>