Since version 1.4 the JAXP (Java API for XML Processing) is included in the JDK release. It supports DOM and SAX. So I suggest to use the standard API instead of a 3rd party API like com.jclark.*
Log in to post a comment.