dion        2004/03/29 12:54:21

  Modified:    xdoc/src/plugin-resources site.jsl
  Log:
  Fix MPXDOC-89.

  html tags not passed through for source and pre tags
  
  Revision  Changes    Path
  1.50      +2 -2      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.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- site.jsl  9 Feb 2004 11:37:16 -0000       1.49
  +++ site.jsl  29 Mar 2004 20:54:21 -0000      1.50
  @@ -324,7 +324,7 @@
     </jsl:template>
   
     <jsl:template match="source" trim="false">
  -    <div class="source"><pre><x:expr select="."/></pre></div>
  +    <div class="source"><pre><jsl:applyTemplates /></pre></div>
     </jsl:template>
     
     <!-- preserve whitespace in the following elements -->
  @@ -334,7 +334,7 @@
         <x:forEach var="attr" select="@*">
           <x:attribute name="${attr.name}">${attr.value}</x:attribute>
         </x:forEach>
  -      <j:whitespace trim="false"><x:expr select="."/></j:whitespace>
  +      <j:whitespace trim="false"><jsl:applyTemplates /></j:whitespace>
       </x:element>
     </jsl:template>
     
  
  
  

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

Reply via email to