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 2003/09/19 10:19:11 UTC

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

crossley    2003/09/19 01:19:11

  Modified:    src/documentation/content/xdocs document-v12.xml
  Log:
  Explain figure and img a bit better. Link to DTD doco.
  
  Revision  Changes    Path
  1.4       +7 -1      xml-forrest/src/documentation/content/xdocs/document-v12.xml
  
  Index: document-v12.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/document-v12.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- document-v12.xml	12 Sep 2003 10:25:54 -0000	1.3
  +++ document-v12.xml	19 Sep 2003 08:19:11 -0000	1.4
  @@ -39,6 +39,9 @@
       </section>
       <section>
         <title>Sample Content</title>
  +      <p><strong>Hint:</strong> See the xml source to see how the various
  +      elements are used and see the
  +      <link href="site:dtd-docs">DTD documentation</link>.</p>
         <p>This is a simple paragraph. Most documents contain a fair amount of
           paragraphs. Paragraphs are called <code>&lt;p&gt;</code>.</p> 
         <p xml:space="preserve"
  @@ -205,7 +208,10 @@
         <section id="figure"> 
           <title>Using figures</title>
   
  -        <p>And a figure to end all of this.</p>
  +        <p>And a <code>&lt;figure&gt;</code> to end all of this.
  +          Note that this can also be implemented with an
  +          <code>&lt;img&gt;</code> element.
  +        </p>
           <figure src="images/project-logo.png" alt="The fine Forrest logo" width="220" height="65"/>	
         </section>
       </section>