From: Norman Walsh Date: Sun, 12 May 2002 11:53:46 +0000 (+0000) Subject: Support V2.3.1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a332712f50a265f0fa2481b828fdb6fc25ce75a8;p=docbook-dsssl Support V2.3.1 --- diff --git a/cvstools/xalan b/cvstools/xalan index 3eea6006d..781d172aa 100755 --- a/cvstools/xalan +++ b/cvstools/xalan @@ -30,6 +30,9 @@ while [ "$DONE" = "0" ]; do -220) shift VERSION=220 ;; + -231) shift + VERSION=231 + ;; -*) DONE=1; ;; *) DONE=1 @@ -64,6 +67,12 @@ elif [ "$VERSION" = "220" ]; then RESOLVERS="$URES $ERES" XALANROOT="/usr/local/java/xalan-j_2_2_0/bin" XALAN="$XALANROOT/xalan.jar:$XALANROOT/xml-apis.jar" +elif [ "$VERSION" = "231" ]; then +# URES="-URIRESOLVER com.sun.resolver.tools.CatalogResolver" +# ERES="-ENTITYRESOLVER com.sun.resolver.tools.CatalogResolver" + RESOLVERS="$URES $ERES" + XALANROOT="/usr/local/java/xalan-j_2_3_1/bin" + XALAN="$XALANROOT/xalan.jar:$XALANROOT/xml-apis.jar" else echo "Unexpected Xalan version $VERSION" exit 1