You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by David Crossley <cr...@indexgeo.com.au> on 2002/07/30 12:58:37 UTC

Re: cvs commit: xml-forrest/src/resources/skins/forrest-site/xslt/html site2xhtml.xsl

Synchronicity, eh. It is so amazing that a such a fundamental
flaw can escape everyone's attention. Then the fix almost
collides in mid-air.
--David

Bert Van Kets wrote:
> you beat me to it I was just about to commit. :-)
> Bert
> 
> 
> At 10:32 30/07/2002 +0000, you wrote:
> >crossley    2002/07/30 03:32:26
> >
> >   Modified:    src/resources/skins/basic/xslt/html site2xhtml.xsl
> >                src/resources/skins/forrest-site/xslt/html site2xhtml.xsl
> >   Log:
> >   Add missing path for "title" content.
> >
> >   Revision  Changes    Path
> >   1.4       +1 
> > -1      xml-forrest/src/resources/skins/basic/xslt/html/site2xhtml.xsl
> >
> >   Index: site2xhtml.xsl
> >   ===================================================================
> >   RCS file: 
> > /home/cvs/xml-forrest/src/resources/skins/basic/xslt/html/site2xhtml.xsl,v
> >   retrieving revision 1.3
> >   retrieving revision 1.4
> >   diff -u -r1.3 -r1.4
> >   --- site2xhtml.xsl    18 Jun 2002 12:47:18 -0000      1.3
> >   +++ site2xhtml.xsl    30 Jul 2002 10:32:25 -0000      1.4
> >   @@ -8,7 +8,7 @@
> >    <xsl:template match="site">
> >    <html>
> >     <head>
> >   -  <title><xsl:value-of select="div[@class='header']/h1"/></title>
> >   +  <title><xsl:value-of 
> > select="div[@class='content']/table/tr/td/h1"/></title>
> >      <link rel="stylesheet" href="skin/style.css" type="text/css"/>
> >     </head>
> >     <body>
> >
> >
> >
> >   1.4       +1 
> > -1      xml-forrest/src/resources/skins/forrest-site/xslt/html/site2xhtml.xsl
> >
> >   Index: site2xhtml.xsl
> >   ===================================================================
> >   RCS file: 
> > /home/cvs/xml-forrest/src/resources/skins/forrest-site/xslt/html/site2xhtml.xsl,v
> >   retrieving revision 1.3
> >   retrieving revision 1.4
> >   diff -u -r1.3 -r1.4
> >   --- site2xhtml.xsl    30 Jul 2002 01:29:23 -0000      1.3
> >   +++ site2xhtml.xsl    30 Jul 2002 10:32:26 -0000      1.4
> >   @@ -2,7 +2,7 @@
> >    <xsl:stylesheet version="1.0" 
> > xmlns:xsl="http://www.w3.org/1999/XSL/Transform">  <xsl:template match="site">
> >        <html>
> >          <head>
> >   -        <title><xsl:value-of select="div[@class='content']/h1"/></title>
> >   +        <title><xsl:value-of 
> > select="div[@class='content']/table/tr/td/h1"/></title>
> >            <link rel="stylesheet" href="skin/page.css" type="text/css"/>
> >          </head>
> >          <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" 
> > topmargin="0" marginwidth="0" marginheight="0">
> >
> >
> >