Use XML catalog resolution wherever possible instead of absolute pathnames
for external entities.
This commit is contained in:
parent
6e7ced43d3
commit
6db049ce33
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43168
5 changed files with 10 additions and 10 deletions
|
@ -53,12 +53,12 @@ MASTERDOC?= ${.CURDIR}/${DOC}.xml
|
||||||
|
|
||||||
DB5RNC?= ${DOC_PREFIX}/share/xml/freebsd50.rnc
|
DB5RNC?= ${DOC_PREFIX}/share/xml/freebsd50.rnc
|
||||||
|
|
||||||
XSLPROF?= /usr/local/share/xsl/docbook-ns/profiling/profile.xsl
|
XSLPROF?= http://docbook.sourceforge.net/release/xsl-ns/current/profiling/profile.xsl
|
||||||
XSLXHTML?= ${DOC_PREFIX}/${LANGCODE}/share/xsl/freebsd-xhtml.xsl
|
XSLXHTML?= http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-xhtml.xsl
|
||||||
XSLXHTMLCHUNK?= ${DOC_PREFIX}/${LANGCODE}/share/xsl/freebsd-xhtml-chunk.xsl
|
XSLXHTMLCHUNK?= http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-xhtml-chunk.xsl
|
||||||
XSLEPUB?= ${DOC_PREFIX}/${LANGCODE}/share/xsl/freebsd-epub.xsl
|
XSLEPUB?= http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-epub.xsl
|
||||||
XSLFO?= ${DOC_PREFIX}/${LANGCODE}/share/xsl/freebsd-fo.xsl
|
XSLFO?= http://www.FreeBSD.org/XML/www/lang/share/xsl/freebsd-fo.xsl
|
||||||
XSLPGP?= ${DOC_PREFIX}/share/xsl/freebsd-pgpkeyring.xsl
|
XSLPGP?= http://www.FreeBSD.org/XML/www/share/xsl/freebsd-pgpkeyring.xsl
|
||||||
|
|
||||||
XSLSCH?= /usr/local/share/xsl/iso-schematron/xslt1/iso_schematron_skeleton_for_xslt1.xsl
|
XSLSCH?= /usr/local/share/xsl/iso-schematron/xslt1/iso_schematron_skeleton_for_xslt1.xsl
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
version='1.0'>
|
version='1.0'>
|
||||||
|
|
||||||
<!-- Pull in the base stylesheets -->
|
<!-- Pull in the base stylesheets -->
|
||||||
<xsl:import href="/usr/local/share/xsl/docbook-ns/epub3/chunk.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/epub3/chunk.xsl"/>
|
||||||
|
|
||||||
<!-- Pull in common XHTML customizations -->
|
<!-- Pull in common XHTML customizations -->
|
||||||
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
<xsl:import href="freebsd-xhtml-common.xsl"/>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
version="1.0">
|
version="1.0">
|
||||||
|
|
||||||
<!-- Pull in the base stylesheets -->
|
<!-- Pull in the base stylesheets -->
|
||||||
<xsl:import href="/usr/local/share/xsl/docbook-ns/fo/docbook.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/fo/docbook.xsl"/>
|
||||||
|
|
||||||
<!-- Include the common customizations -->
|
<!-- Include the common customizations -->
|
||||||
<xsl:import href="freebsd-common.xsl"/>
|
<xsl:import href="freebsd-common.xsl"/>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
exclude-result-prefixes="db">
|
exclude-result-prefixes="db">
|
||||||
|
|
||||||
<!-- Pull in the base stylesheets -->
|
<!-- Pull in the base stylesheets -->
|
||||||
<xsl:import href="/usr/local/share/xsl/docbook-ns/xhtml/chunk.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/chunk.xsl"/>
|
||||||
|
|
||||||
<!-- Pull in common XHTML customizations -->
|
<!-- Pull in common XHTML customizations -->
|
||||||
<xsl:include href="freebsd-xhtml-common.xsl"/>
|
<xsl:include href="freebsd-xhtml-common.xsl"/>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
version='1.0'>
|
version='1.0'>
|
||||||
|
|
||||||
<!-- Pull in the base stylesheets -->
|
<!-- Pull in the base stylesheets -->
|
||||||
<xsl:import href="/usr/local/share/xsl/docbook-ns/xhtml/docbook.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/docbook.xsl"/>
|
||||||
|
|
||||||
<!-- Pull in common XHTML customizations -->
|
<!-- Pull in common XHTML customizations -->
|
||||||
<xsl:include href="freebsd-xhtml-common.xsl"/>
|
<xsl:include href="freebsd-xhtml-common.xsl"/>
|
||||||
|
|
Loading…
Reference in a new issue