INTEGRATION: CWS jaxpapi (1.2.902); FILE MERGED

2006/01/17 11:28:50 cmc 1.2.902.1: #i58308# remove sun jaxp impl in favour of apache one
This commit is contained in:
Vladimir Glazounov 2006-03-16 10:13:02 +00:00
parent 1c2d64dece
commit 7ae8179724

View file

@ -18,7 +18,7 @@ public class Generator {
public Generator() throws Exception
{
// set the driver for xt
System.setProperty("com.jclark.xsl.sax.parser", "com.sun.xml.parser.Parser");
System.setProperty("com.jclark.xsl.sax.parser", "org.apache.xerces.parsers.SAXParser");
}
/**