You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2004/01/16 06:56:45 UTC

cvs commit: xml-forrest/src/documentation/content/xdocs catalog.xml

crossley    2004/01/15 21:56:45

  Modified:    src/documentation/content/xdocs catalog.xml
  Log:
  Add hints for jEdit.
  
  Revision  Changes    Path
  1.2       +12 -3     xml-forrest/src/documentation/content/xdocs/catalog.xml
  
  Index: catalog.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/catalog.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- catalog.xml	15 Jan 2004 08:52:47 -0000	1.1
  +++ catalog.xml	16 Jan 2004 05:56:45 -0000	1.2
  @@ -17,7 +17,7 @@
         </p>
         <p>
           All XML documents declare their ruleset - the Document Type Definition
  -        (DTD). When Forrest processes the documents it uses the Resolver to
  +        (DTD). When Forrest processes the documents, it uses the Resolver to
           find Forrest's local copies of the DTDs, rather than trundling out
           onto the network.
         </p>
  @@ -25,7 +25,7 @@
           Many Java-based XML tools already have an entity resolver, probably
           the same one that Forrest uses. Many non-Java tools also have an
           entity resolver. To use these tools with documents based on the
  -        Forrest DTDs, you need to configure them.
  +        Forrest DTDs, you need to configure the tools.
         </p>
         <note>
           The information provided here is not intended to endorse any
  @@ -80,7 +80,7 @@
           ]]></source>
           <p>
             Actually you probably do not want to touch that system catalog,
  -          so rather create your own catalog file in yor home directory
  +          so rather create your own catalog file in your home directory
             which refers to both the Forrest catalog and your system catalog.
           </p>
         </section>
  @@ -118,6 +118,15 @@
           </source>
         </section>
   
  +      <section id="jedit">
  +        <title>jEdit</title>
  +        <source><![CDATA[
  +Select the menu option:
  +Utilities > Global Options > Plugins:XML > Catalogs
  +Click the "+" button, and specify the TR9401 Catalog:
  +"xml-forrest/src/core/context/resources/schema/catalog"
  +        ]]></source>
  +      </section>
       </section>
   
       <section id="info">