Re: Byte Order Mark (BOM) .NET/Java problem
Posted By:
Stijn_Fonck
Posted On:
Tuesday, June 3, 2003 01:56 PM
If axis is implemented using JAXP, the only thing you habe to do is remove crimson from your classpath and adding another jar containing another jaxp-compliant parser, maybe try xerces, to your classpath. If you have already more than one xml parser inside your classpath you can indicate the one you want with setting java.xml.parsers.SaxParserFactory and java.xml.parsers.DocumentBuilderFcatory to the rigth values, have a look e.g. inside the xerces jar, you will find inside the META-INF subdirectory of the jar a subdir services were these 2 values are specified!