浏览代码

- Reference docbooks stylesheets using URL, instead of local file

Jan Janak 20 年之前
父节点
当前提交
b74a4c7fcf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/stylesheets/xhtml.xsl

+ 1 - 1
doc/stylesheets/xhtml.xsl

@@ -2,7 +2,7 @@
 <xsl:stylesheet  
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 
-<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl"/>
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
 
 <!-- Stylesheets common for all transformations (xhtml, txt, fo) -->
 <xsl:import href="common.xsl"/>