You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@locus.apache.org on 2000/11/22 22:52:35 UTC

cvs commit: jakarta-velocity/examples/anakia/xdocs/about index.xml

jon         00/11/22 13:52:35

  Added:       examples/anakia/xdocs/about index.xml
  Log:
  added example about section to explore how relative paths work
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/examples/anakia/xdocs/about/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document prefix="." url="./index.xml">
  
    <properties>
      <author email="jon@latchkey.com">Jon S. Stevens</author>
      <title>The About Section</title>
    </properties>
  
  <body>
  
    <section name="Section 1">
  
  <p>
  This is the "about" section of your website
  </p>
  
  <img src="images/velocity.gif"/>
  
  <table border="1">
  <tr>
      <td>
          It even has a table in it!
      </td>
  </tr>
  </table>
  
  <h3>And an h3 tag</h3>
  
    </section>
  
  
      <section name="Section 2">
  
      <p> here is another section </p>
      
      </section>
      
      <section name="section 3">
      
      <p><a href="../index.html">A link to the home page</a></p>
  
      </section>
  </body>
  </document>