Controlling the Class path order for XALAN

2001-02-09 Thread Peter Delahunty
Hi guys i am trying to run Xalan with Orion. However i am having some problems. i get "Namespace not supported by SAXParser" error. Now i have found that this is because jaxp.jar is also on the classpath. However Orion requires this to work. So to solve this problem i need to have jaxp.jar

RE: Controlling the Class path order for XALAN

2001-02-09 Thread Tony Wilson
]] Sent: Thursday, February 08, 2001 4:21 AM To: Orion-Interest Subject:Controlling the Class path order for XALAN Hi guys i am trying to run Xalan with Orion. However i am having some problems

RE: Controlling the Class path order for XALAN

2001-02-09 Thread Arved Sandstrom
Wilson Sent: Friday, February 09, 2001 1:45 PM To: Orion-Interest Subject: RE: Controlling the Class path order for XALAN One ugly way is to rename them to aXalan.jar, axerces.jar... therefore putting them alphabetically before jaxp.jar They would have to be in the same directory, though. Like I