mirror of
https://github.com/vim-latex/vim-latex.git
synced 2026-05-26 11:24:23 +02:00
202189ed6c
- Update xsl imports to use the public http uris for the docbook xsl files. This makes it use the system xsl files when they are installed or downloads them otherwise when using xsltproc. This breaks currently breaks the creation of documentation with saxon, because it does not use system xsl files by default, http://sagehill.net/docbookxsl/UseCatalog.html explains how to probably fix this, i.e. make it use a catalog file - Add a catalog file to easily use a locally copy of the docbook xsl files
13 lines
527 B
XML
13 lines
527 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE catalog
|
|
PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN"
|
|
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
|
<rewriteSystem
|
|
systemIdStartString="http://docbook.sourceforge.net/release/xsl/current"
|
|
rewritePrefix="docbook-xsl/"/>
|
|
<rewriteURI
|
|
uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
|
|
rewritePrefix="docbook-xsl/" />
|
|
</catalog>
|