You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2002/11/18 04:18:34 UTC

cvs commit: xml-forrest/src/resources/library/xslt changesv10tochangesv11.xsl

crossley    2002/11/17 19:18:34

  Modified:    src/resources/library/xslt changesv10tochangesv11.xsl
  Log:
  Handle the changes/@title attribute.
  
  Revision  Changes    Path
  1.2       +5 -1      xml-forrest/src/resources/library/xslt/changesv10tochangesv11.xsl
  
  Index: changesv10tochangesv11.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/library/xslt/changesv10tochangesv11.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changesv10tochangesv11.xsl	20 Jun 2002 06:50:08 -0000	1.1
  +++ changesv10tochangesv11.xsl	18 Nov 2002 03:18:34 -0000	1.2
  @@ -1,12 +1,16 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <xsl:preserve-space elements="*" />
  -  <!-- faq-v10.dtd to faq-v11.dtd transformation -->
  +  <!-- changes-v10.dtd to changes-v11.dtd transformation -->
     
     <xsl:output doctype-public="-//APACHE//DTD Changes V1.1//EN" doctype-system="changes-v11.dtd"/>
     
     <xsl:template match="/">
           <xsl:apply-templates/>
  +  </xsl:template>
  +
  +  <xsl:template match="changes/@title">
  +    <title><xsl:value-of select="."/></title>
     </xsl:template>
   
     <xsl:template match="link/@type | link/@actuate | link/@show |