[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Probleme with XercesDOMParser



Hello,
 
I'm very new :)
 
i have a problem with

XercesDOMParser

when i use the parse method, the parser return a null pointer each time.

the code i use is just:

XercesDOMParser xercesParser = new XercesDOMParser();
Document memDoc
= xercesParser.parse("c:\\servers\\xmldbfiles\\forums.xml");

but de memDoc == NULL.

what can i do ?

 

Vincent Buzzano
vbuzzano@deckpoint.ch