You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Diana Shannon <sh...@apache.org> on 2002/11/18 01:02:41 UTC

changesv10tochangesv11.xsl

For Cocoon transition, seems that we need to add:

   <xsl:template match="changes/@title">
     <title><xsl:value-of select="."/></title>
   </xsl:template>

to changesv10tochangesv11.xsl

Diana


Re: changesv10tochangesv11.xsl

Posted by David Crossley <cr...@indexgeo.com.au>.
Diana Shannon wrote:
> For Cocoon transition, seems that we need to add:
> 
>    <xsl:template match="changes/@title">
>      <title><xsl:value-of select="."/></title>
>    </xsl:template>
> 
> to changesv10tochangesv11.xsl
> 
> Diana

Thanks. I have committed your changes to
src/resources/library/xslt/changesv10tochangesv11.xsl

--David