You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/12/01 17:25:00 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/xdoc site.jsl

dion        2002/12/01 08:24:59

  Modified:    src/plugins-build/xdoc site.jsl
  Log:
  Still working around node copies
  
  Revision  Changes    Path
  1.3       +9 -8      jakarta-turbine-maven/src/plugins-build/xdoc/site.jsl
  
  Index: site.jsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/xdoc/site.jsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- site.jsl	1 Dec 2002 15:52:36 -0000	1.2
  +++ site.jsl	1 Dec 2002 16:24:59 -0000	1.3
  @@ -308,7 +308,7 @@
           <j:if test="${!empty(_sectionName)}">
             <h3><a name="${_sectionName}">${_sectionName}</a></h3>
           </j:if>
  -        <jsl:applyTemplates />
  +        <jsl:applyTemplates select="*"/>
           </div>
         </jsl:template>
   
  @@ -343,14 +343,15 @@
           <x:element name="/tr" />
         </jsl:template>
   
  -      <jsl:template match="p">
  -        <p>
  -          <jsl:applyTemplates select="."/>
  -        </p>
  +      <jsl:template match="p|a">
  +        <jsl:copy>
  +          <jsl:applyTemplates />
  +        </jsl:copy>
         </jsl:template>
  +
         
  -      <jsl:template match="@*|text()">
  -        <x:expr select="*" />
  +<!--      <jsl:template match="text()">
  +        <jsl:copy select="." />
         </jsl:template>
  -      
  +-->      
       </jsl:stylesheet>