You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/10/11 11:51:17 UTC

cvs commit: xml-cocoon2/documentation/xdocs catalog-test.xml book.xml

cziegeler    01/10/11 02:51:17

  Modified:    documentation cocoon.xconf
               documentation/xdocs book.xml
  Added:       documentation/xdocs catalog-test.xml
  Log:
  Added test for entity resolving by David Crossley [crossley@indexgeo.com.au]
  
  Revision  Changes    Path
  1.3       +1 -1      xml-cocoon2/documentation/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/cocoon.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cocoon.xconf	2001/10/10 06:29:48	1.2
  +++ cocoon.xconf	2001/10/11 09:51:17	1.3
  @@ -91,7 +91,7 @@
        1 = ? (... not sure yet)
        2 = 1+, Loading catalog, Resolved public, Resolved system
        3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
  -   <parameter name="verbosity" value="2"/>
  +   <parameter name="verbosity" value="3"/>
   
     -->
     <resolver class="org.apache.cocoon.components.resolver.ResolverImpl">
  
  
  
  1.6       +4 -0      xml-cocoon2/documentation/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/book.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- book.xml	2001/10/05 07:15:19	1.5
  +++ book.xml	2001/10/11 09:51:17	1.6
  @@ -78,4 +78,8 @@
       <menu-item label="Mail Archives" href="mail-archives.html"/> 
     </menu>
   
  +  <menu label="Tests">
  +    <menu-item label="Catalog Test" href="catalog-test.html"/>
  +  </menu>
  +
   </book>
  
  
  
  1.1                  xml-cocoon2/documentation/xdocs/catalog-test.xml
  
  Index: catalog-test.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "dtd/document-v10.dtd"
  [
   <!ENTITY % ISOnum PUBLIC
     "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
     "ISOnum.pen">
   %ISOnum;
  ]>
  
  <document>
   <header>
    <title>Testing: Entity resolution with catalogs</title>
    <subtitle>Test document to ensure external entity resolution</subtitle>
    <version>0.1</version> 
    <type>Technical document</type> 
    <authors>
     <person name="David Crossley" email="crossley@indexgeo.com.au"/>
    </authors>
   </header>
  
   <body>
   <s1 title="Introduction">
    <p>
     Testing the entity catalogs and the resolution of entities.
    </p>
  
    <p>
     For further information see @docname@ documentation:
     <link href="catalog.html">Entity resolution with catalogs</link>
    </p>
  
    <p>
     The following external entities have been declared in the head of this
     XML instance <code>catalog-test.xml</code> ...
    </p>
   
    <ul>
     <li>document-v10.dtd ...
      "-//APACHE//DTD Documentation V1.0//EN"
      (and hence characters.ent)
     </li>
     <li>ISOnum.pen ...
      "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
     </li>
    </ul>
   </s1>
  
   <s1 title="Tests">
    <p>
     The following entity references should be properly resolved ...
    </p>
  
    <ul>
     <li>ISOnum.pen ... &amp;half;... &half;</li>
     <li>characters.ent ... J&ouml;rg</li>
    </ul>
   </s1>
  
   </body>
  </document>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org