From: Norman Walsh Date: Fri, 24 Jan 2003 13:10:18 +0000 (+0000) Subject: Use Saxon instead of xsltproc because the warnings about realtive namespace URIs... X-Git-Tag: release/1.79.1~6^2~4828 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d8f3f1817140d8417250765da80bc0827332410;p=docbook-dsssl Use Saxon instead of xsltproc because the warnings about realtive namespace URIs bug me --- diff --git a/website/example/Makefile b/website/example/Makefile index 0f0e86d92..3e656c9b9 100644 --- a/website/example/Makefile +++ b/website/example/Makefile @@ -1,4 +1,4 @@ -PROC=xsltproc +PROC=saxon PROCOPT=-q TABSTYLE=../xsl/tabular.xsl WEBSTYLE=../xsl/website.xsl