jvanzyl     2004/01/06 10:00:02

  Modified:    xdoc/src/plugin-resources site.jsl
  Log:
  o removing glossary cruft
  
  Revision  Changes    Path
  1.44      +0 -15     maven-plugins/xdoc/src/plugin-resources/site.jsl
  
  Index: site.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/site.jsl,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- site.jsl  6 Jan 2004 17:58:47 -0000       1.43
  +++ site.jsl  6 Jan 2004 18:00:01 -0000       1.44
  @@ -191,7 +191,6 @@
                   <div class="contentBox">
                     <!-- FIXME really shouldn't use $doc, but jelly loses it's 
context again -->
                     <jsl:applyTemplates select="$doc/document/body/section"/>
  -                  <jsl:applyTemplates select="$doc/document/body/glossary" />
                     <jsl:applyTemplates select="$doc/document/body/release" />
                     <jsl:applyTemplates select="$doc/document/body/goals" />
                   </div>
  @@ -390,20 +389,6 @@
         </x:forEach>
         <jsl:applyTemplates select="*"/>
   </j:whitespace></x:element>
  -  </jsl:template>
  -
  -  <!--************************-->
  -  <!-- glossary documentation -->
  -  <!--************************-->
  -  <jsl:template match="glossary" trim="false">
  -    <jsl:applyTemplates select="glossary-entries/glossary-entry" />
  -  </jsl:template>
  -      
  -  <jsl:template match="glossary-entry" trim="false">
  -    <strong><x:expr select="name" /></strong>
  -    <br/>
  -    <x:expr select="definition" />
  -    <p/>
     </jsl:template>
   
         <!--************************-->
  
  
  

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

Reply via email to