summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-03-19 18:18:44 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-03-19 18:18:44 +0100
commit6b97e4543f0dce29e19ca36b575f1141c7d4f135 (patch)
tree27b46b09316dcdf0818534cb1cea0782b51cd7f9
parentf2fe05dc9087b1d785e2dedb3b3567f97616e088 (diff)
downloadontogen-6b97e4543f0dce29e19ca36b575f1141c7d4f135.tar.gz
ontogen-6b97e4543f0dce29e19ca36b575f1141c7d4f135.tar.xz
ontogen-6b97e4543f0dce29e19ca36b575f1141c7d4f135.zip
Remove references that cannot be always satisfied
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--ns-schema.xsl7
1 files changed, 0 insertions, 7 deletions
diff --git a/ns-schema.xsl b/ns-schema.xsl
index a6975e6..3bd72e4 100644
--- a/ns-schema.xsl
+++ b/ns-schema.xsl
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
-<?xml-stylesheet href="/parts/xsltdoc.xsl" type="text/xsl" media="screen"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
@@ -169,7 +168,6 @@
<xsl:call-template name="htmlhead"/>
</head>
<body>
- <xsl:call-template name="banner"/>
<xsl:call-template name="toc"/>
<xsl:choose>
<xsl:when test="$self">
@@ -254,9 +252,6 @@
</xsl:call-template>
</div>
- <xsl:call-template name="footer">
- <xsl:with-param name="status">Status: Schema/Ontology updated <xsl:value-of select="owl:Ontology/dcterms:modified"/>. <!--XSLT modified <xsl:value-of select="$_doas/doas:release/doas:created"/>.--> Stylesheet copyleft under GPL.</xsl:with-param>
- </xsl:call-template>
</body>
</html>
</xsl:template>
@@ -1061,6 +1056,4 @@ span.legend {font-size:0.7em; float:right; line-height:1; } span.legend span {di
</xsl:template>
- <xsl:include href="../parts/banner-footer.xsl"/>
-
</xsl:stylesheet>