Costin Manolache wrote:
If you remove common/endorsed:
- jdk1.3 - it'll work if you add your own parser in common/lib or jre/lib/ext or classpath
- jdk1.4 - because the parser in jdk1.4 is an old xerces, xml schema validation might fail, everything else should work.
- jdk1.5 - AFAIK everything should work.
The reason endorsed was added is JDK1.4, where we had to add newer org.apache.xerces and javax.xml ( replacing what's in rt.jar ).
Very good summary :)
R�my
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
