You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/06/10 15:50:20 UTC

cvs commit: maven/src/plugins-build/xdoc/src/plugin-resources site.jsl

bwalding    2003/06/10 06:50:20

  Modified:    src/plugins-build/xdoc/src/plugin-resources site.jsl
  Log:
  The simple and neat solution.  Only sub elements of the xdoc head element are placed
  into the resulting html file
  PR: MAVEN-396
  Submitted by:	Brett Porter
  
  Revision  Changes    Path
  1.26      +1 -5      maven/src/plugins-build/xdoc/src/plugin-resources/site.jsl
  
  Index: site.jsl
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/src/plugin-resources/site.jsl,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- site.jsl	23 Apr 2003 15:57:05 -0000	1.25
  +++ site.jsl	10 Jun 2003 13:50:20 -0000	1.26
  @@ -67,7 +67,7 @@
             <meta name="email" content="${author.attribute('email').value}"/>
           </x:forEach>
           
  -        <jsl:applyTemplates select="$doc/document/head"/>
  +        <jsl:applyTemplates select="$doc/document/head/*"/>
           
         </head>
   
  @@ -443,10 +443,6 @@
       <div id="source">
         <pre><x:expr select="."/></pre>
       </div>
  -  </jsl:template>
  -
  -  <jsl:template match="head" trim="false">
  -     <x:copyOf select="."/>
     </jsl:template>
   
     <jsl:template match="footer" trim="false">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org