| Author |
javax.xml.parsers error
|
MONZY THARIAN
Ranch Hand
Joined: Feb 21, 2001
Posts: 63
|
|
hi, i want to parse a xml file ,i want to know which is the jar which has javax.xml.parsers package and org.w3c.dom package. i am using jdk1.3.1_07. Thanks Monzy
|
Think Big . So shall you become big.
|
 |
Tiberiu Paun
Greenhorn
Joined: Sep 02, 2003
Posts: 10
|
|
I believe those are in standard documentation of jdk1.4, and it is written there that the package is since 1.4 . If you are forced to use java 1.3 , you could download xerces parser from Apache foundation, and put the xerces jar in the classpath. U have there also the interfaces u need
|
 |
MONZY THARIAN
Ranch Hand
Joined: Feb 21, 2001
Posts: 63
|
|
Thanks Tiberiu Paun .
|
 |
 |
|
|
subject: javax.xml.parsers error
|
|
|