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">
>
>
>
|