shichan wrote:

> Are there problems of compatibility using XML-API's jar with SDK 1.5 or
> 1.4.2???

    The 1.5 SDK includes a DOM Level 3 version of the XML-API's.
The 1.4 SDK includes DOM Level 2.  In both cases the SDK's
XML-API's is before anything you normally put on the classpath
(they are in the 'bootclasspath').

    Since many people are still using DOM 2 code has problems
compiling against JDK 1.5 if they are implementing DOM interfaces
(Batik has this problem).  Conversely if you wrote code in JDK 1.5
that used the DOM 3 interfaces you will have trouble compiling
and running in JDK 1.4 because methods won't exist.

    Fortunately JDK 1.5 has a 1.4 compatibility mode. If you
want to use DOM 3 on JDK 1.4 you must muck with the boot
classpath.


-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to