Define the $base variable.
This commit is contained in:
parent
d5692400e9
commit
65208bac4d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10754
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/en/news/news-rdf.xsl,v 1.2 2001/08/07 01:54:42 kuriyama Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
|||
|
||||
<xsl:output method="xml" indent="yes"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
|
||||
<!-- Generate the main body of the RDF file -->
|
||||
<xsl:template match="news">
|
||||
<rdf:rdf xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
|
|
Loading…
Reference in a new issue