web/xsl fresco.xsl,1.14,1.15
Nathaniel Smith <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/xsl In directory purcel:/tmp/cvs-serv24757 Modified Files: fresco.xsl Log Message: Remove one of the two definitions of "dot"; having two of them (one here and one in html.xsl) was breaking my build. I have no idea how no-one noticed this; both entries were added back in October... Index: fresco.xsl =================================================================== RCS file: /cvs/fresco/web/xsl/fresco.xsl,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- fresco.xsl 26 Nov 2002 09:00:39 -0000 1.14 +++ fresco.xsl 30 Mar 2003 22:16:37 -0000 1.15 @@ -26,13 +26,6 @@ <xsl:variable name="lang">en</xsl:variable> - <xsl:variable name="dot"> - <xsl:call-template name="absolute.url"> - <xsl:with-param name="site" select="'glyphs'"/> - <xsl:with-param name="url" select="'dot.png'"/> - </xsl:call-template> - </xsl:variable> - <!-- don't open these, yet. May be we don't need them all --> <xsl:variable name="hosts_doc"><xsl:copy-of select="$srcdir"/>/hosts.xml</xsl:variable> <xsl:variable name="navigation_doc"><xsl:copy-of select="$datadir"/>/navigation.xml</xsl:variable>