doc/en/news/status/includes.xsl
Chris Costello 49235349bd Change relative paths to use {$base} so that subdirectories which include
`../includes.xsl' will properly be able to reference these variables.
2001-09-18 10:04:33 +00:00

10 lines
358 B
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/en/news/status/includes.xsl,v 1.1 2001/09/16 22:36:46 chris Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:variable name="statushome">
<a href="{$base}/news/status/status.html">Status Reports Home</a>
</xsl:variable>
</xsl:stylesheet>