Hi All, I have downloaded dom4j parser version 1.0 to use. I am using SAXParser of it to parse the xml document. But when I started executing the program I am getting warning message quoting that "Warning: Error occurred using JAXP to load a SAXParser. Will use Aelfred insted" So tried to modify the source code to suppress the message by commenting the line which prints this message. (in the file org/dom4j/io/SAXHelper.java) But after modifying the source code when I tried to make a build. The build is failing. I am running this on HP UX machine and using build.sh supplied with dom4j package to make the build. Can you tell me possible reasons of failure of build and ways to solve.
Mangesh _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
