From a332712f50a265f0fa2481b828fdb6fc25ce75a8 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 12 May 2002 11:53:46 +0000 Subject: [PATCH] Support V2.3.1 --- cvstools/xalan | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.50.1