You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/05/12 00:51:40 UTC

cvs commit: xml-forrest/src/resources/stylesheets docbook2document.xsl

jefft       2003/05/11 15:51:40

  Modified:    src/resources/stylesheets docbook2document.xsl
  Log:
  Add support for <imageobject>
  
  Revision  Changes    Path
  1.6       +1 -1      xml-forrest/src/resources/stylesheets/docbook2document.xsl
  
  Index: docbook2document.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/docbook2document.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- docbook2document.xsl	8 Mar 2003 07:14:37 -0000	1.5
  +++ docbook2document.xsl	11 May 2003 22:51:40 -0000	1.6
  @@ -449,7 +449,7 @@
                     <xsl:apply-templates/>
               </table>
         </xsl:template>
  -      <xsl:template match="graphic">
  +      <xsl:template match="graphic|imageobject">
               <tr>
                     <td>
                           <img alt="{@srccredit}" src="{@fileref}"/>