Index: third_party/docbook-xsl-1.78.0/params/keep.relative.image.uris.xml |
diff --git a/third_party/docbook-xsl-1.78.0/params/keep.relative.image.uris.xml b/third_party/docbook-xsl-1.78.0/params/keep.relative.image.uris.xml |
deleted file mode 100644 |
index 3a5a098d7bff14fb92b8c2d205f0b784803c27fc..0000000000000000000000000000000000000000 |
--- a/third_party/docbook-xsl-1.78.0/params/keep.relative.image.uris.xml |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-<refentry xmlns="http://docbook.org/ns/docbook" |
- xmlns:xlink="http://www.w3.org/1999/xlink" |
- xmlns:xi="http://www.w3.org/2001/XInclude" |
- xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" |
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
- version="5.0" xml:id="keep.relative.image.uris"> |
-<refmeta> |
-<refentrytitle>keep.relative.image.uris</refentrytitle> |
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> |
-</refmeta> |
-<refnamediv> |
-<refname>keep.relative.image.uris</refname> |
-<refpurpose>Should image URIs be resolved against xml:base?</refpurpose> |
-</refnamediv> |
- |
-<refsynopsisdiv> |
-<src:fragment xml:id="keep.relative.image.uris.frag"> |
-<xsl:param condition="html" name="keep.relative.image.uris" select="1"/> |
-<xsl:param condition="fo" name="keep.relative.image.uris" select="0"/> |
-</src:fragment> |
-</refsynopsisdiv> |
- |
-<refsection><info><title>Description</title></info> |
- |
-<para>If non-zero, relative URIs (in, for example |
-<literal>fileref</literal> attributes) will be used in the generated |
-output. Otherwise, the URIs will be made absolute with respect to the |
-base URI.</para> |
- |
-<para>Note that the stylesheets calculate (and use) the absolute form |
-for some purposes, this only applies to the resulting output.</para> |
- |
-</refsection> |
-</refentry> |