48edb039c53e1ca6320a9050de6e804d56179bebnd<?xml version="1.0"?>
48edb039c53e1ca6320a9050de6e804d56179bebnd
48edb039c53e1ca6320a9050de6e804d56179bebnd<!--
db878466c5e95073429dda0bdd001f45e9486e16fielding Licensed to the Apache Software Foundation (ASF) under one or more
db878466c5e95073429dda0bdd001f45e9486e16fielding contributor license agreements. See the NOTICE file distributed with
db878466c5e95073429dda0bdd001f45e9486e16fielding this work for additional information regarding copyright ownership.
db878466c5e95073429dda0bdd001f45e9486e16fielding The ASF licenses this file to You under the Apache License, Version 2.0
db878466c5e95073429dda0bdd001f45e9486e16fielding (the "License"); you may not use this file except in compliance with
db878466c5e95073429dda0bdd001f45e9486e16fielding the License. You may obtain a copy of the License at
48edb039c53e1ca6320a9050de6e804d56179bebnd
48edb039c53e1ca6320a9050de6e804d56179bebnd http://www.apache.org/licenses/LICENSE-2.0
48edb039c53e1ca6320a9050de6e804d56179bebnd
48edb039c53e1ca6320a9050de6e804d56179bebnd Unless required by applicable law or agreed to in writing, software
48edb039c53e1ca6320a9050de6e804d56179bebnd distributed under the License is distributed on an "AS IS" BASIS,
48edb039c53e1ca6320a9050de6e804d56179bebnd WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
48edb039c53e1ca6320a9050de6e804d56179bebnd See the License for the specific language governing permissions and
48edb039c53e1ca6320a9050de6e804d56179bebnd limitations under the License.
48edb039c53e1ca6320a9050de6e804d56179bebnd-->
48edb039c53e1ca6320a9050de6e804d56179bebnd
48edb039c53e1ca6320a9050de6e804d56179bebnd<!DOCTYPE xsl:stylesheet [
48edb039c53e1ca6320a9050de6e804d56179bebnd <!ENTITY lf SYSTEM "util/lf.xml">
48edb039c53e1ca6320a9050de6e804d56179bebnd]>
48edb039c53e1ca6320a9050de6e804d56179bebnd
48edb039c53e1ca6320a9050de6e804d56179bebnd<xsl:stylesheet version="1.0"
48edb039c53e1ca6320a9050de6e804d56179bebnd xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
48edb039c53e1ca6320a9050de6e804d56179bebnd
48edb039c53e1ca6320a9050de6e804d56179bebnd<xsl:output
48edb039c53e1ca6320a9050de6e804d56179bebnd method="xml"
48edb039c53e1ca6320a9050de6e804d56179bebnd encoding="utf-8"
48edb039c53e1ca6320a9050de6e804d56179bebnd indent="no"
48edb039c53e1ca6320a9050de6e804d56179bebnd/>
48edb039c53e1ca6320a9050de6e804d56179bebnd
48edb039c53e1ca6320a9050de6e804d56179bebnd<xsl:param name="date" select="false()" />
a0442b118db844ce6954970c9eec1942f447d6bfnd<xsl:param name="lang" />
48edb039c53e1ca6320a9050de6e804d56179bebnd
48edb039c53e1ca6320a9050de6e804d56179bebnd<!-- ==================================================================== -->
48edb039c53e1ca6320a9050de6e804d56179bebnd<!-- <indexpage> -->
48edb039c53e1ca6320a9050de6e804d56179bebnd<!-- build rdf description -->
48edb039c53e1ca6320a9050de6e804d56179bebnd<!-- ==================================================================== -->
48edb039c53e1ca6320a9050de6e804d56179bebnd<xsl:template match="/indexpage">
48edb039c53e1ca6320a9050de6e804d56179bebnd<RDF:RDF xmlns:MAF="http://maf.mozdev.org/metadata/rdf#"
48edb039c53e1ca6320a9050de6e804d56179bebnd xmlns:NC="http://home.netscape.com/NC-rdf#"
48edb039c53e1ca6320a9050de6e804d56179bebnd xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">&lf;
48edb039c53e1ca6320a9050de6e804d56179bebnd <RDF:Description RDF:about="urn:root">&lf;
f6c8886b17f80198c42ef930a0d7ccac5b4a86e6nd <MAF:originalurl RDF:resource="" />&lf;
48edb039c53e1ca6320a9050de6e804d56179bebnd <MAF:title RDF:resource="{title}" />&lf;
48edb039c53e1ca6320a9050de6e804d56179bebnd <xsl:if test="$date">
48edb039c53e1ca6320a9050de6e804d56179bebnd <MAF:archivetime RDF:resource="{$date}" />&lf;
48edb039c53e1ca6320a9050de6e804d56179bebnd </xsl:if>
48edb039c53e1ca6320a9050de6e804d56179bebnd <MAF:indexfilename RDF:resource="index.html" />&lf;
48edb039c53e1ca6320a9050de6e804d56179bebnd </RDF:Description>&lf;
48edb039c53e1ca6320a9050de6e804d56179bebnd</RDF:RDF>&lf;
48edb039c53e1ca6320a9050de6e804d56179bebnd</xsl:template>
48edb039c53e1ca6320a9050de6e804d56179bebnd<!-- /indexpage -->
48edb039c53e1ca6320a9050de6e804d56179bebnd
48edb039c53e1ca6320a9050de6e804d56179bebnd</xsl:stylesheet>