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:
parent
1c2d64dece
commit
7ae8179724
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue