Alin S wrote: > I understand that Axis is using Xerces as XML parser. > Now, no offence for Xerces fans but I will like to use XP as XML parser, > it's much faster. > > I there any way that I can use XP ?. > Do I need to modify the sources to get this support?.
On my Sun box I just added the parser I wanted in $JAVA_HOME/jre/lib/endorsed and it works fine, if you are using JDK1.4.1 I believe it is.
