jvanzyl     02/03/05 08:53:50

  Added:       xdocs    references.xml
  Log:
  Starting a references document that we can refer to in our other documents.
  We need a processor for this. I like the look of the reference sections
  in the Addison-Wellsley books.
  
  Hopefully we can add simple <ref id="[Beck, XP]"> to the documents and
  they will be linked to the reference section.
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-maven/xdocs/references.xml
  
  Index: references.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <author email="[EMAIL PROTECTED]">Jason van Zyl</author>
      <title>References</title>
    </properties>
  
    <body>
  
      <section name="References"/>
      
      <references>
  
        <reference>
          <id>[Gof]</id>
          <author>Gamma, E., R. Helm, R. Johnson, and J. Vlissides</author>
          <title>Design Patterns: Elements of Resuable Object Oriented Software</title>
          <location>Reading, MA</location>
          <publisher>Addison-Wellsely</publisher>
          <date>1995</date>
        </reference>
  
        <reference>
          <id>[Royce, 1998]</id>
          <author>Walker Royce</author>
          <title>Software Project Management</title>
          <location>Reading, MA</location>
          <publisher>Addison-Wellsely</publisher>
          <date>1998</date>
        </reference>
      
      </references>
    </body>
  </document>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to