[
Lists Home |
Date Index |
Thread Index
]
Hi, Everyone:
I am parsing XML with DOM and OM and Xerces-2_2_1.
I imported:
import org.apache.xerces.parsers.DOMParser;
import org.w3c.dom.*;
import java.io.*;
When I complied with the classpath, it can not resolve the symbole: class
DOMParser.
Why? Do I need to import other packages?
Thanks in advance!
Wenpeng
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
|