]> granicus.if.org Git - docbook-dsssl/commitdiff
Support V2.3.1
authorNorman Walsh <ndw@nwalsh.com>
Sun, 12 May 2002 11:53:46 +0000 (11:53 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 12 May 2002 11:53:46 +0000 (11:53 +0000)
cvstools/xalan

index 3eea6006dfdda642eb4fcd80e324b838fb8721e7..781d172aa427ce4f0829e5c3646d468b4422b8b9 100755 (executable)
@@ -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