> From: Stephen Boston [mailto:[EMAIL PROTECTED] > I am having a problem validating personal.xml as found in the xerces > distribution for java. > > Although this file produces no errors using sun's jaxp parser, the > org.apache.xerces.parsers.SAXParser gives me the following > error -- every > element fails. I can't see anything wrong with personal.xml.
Turn off namespace support. I had the same problem but I haven't had the time to go back to figure out how to solve it properly.