#!/bin/sh

export LD_LIBRARY_PATH=$BASE_DIR/../lib:$LD_LIBRARY_PATH

$BASE_DIR/../bin/xalan $@

