The reason for the warning message is described in the FAQ http://dom4j.org/faq.html
The rather long link (we should fix the XSLT one of these days to make shorter links) is http://dom4j.org/faq.html#What%20does%20the%20following%20mean%20'Warning:%2 0Error%20occurred%20using%20JAXP%20to%20load%20a%20SAXParser.%20Will%20use%2 0Aelfred%20instead' Basically it means that JAXP classes were found on your classpath but either they are old (not JAXP1.1 or later) or there was no configured JAXP parser on the classpath, like crimson.jar or xerces.jar. I'm not sure what your compile error was - if you could supply an error message we might be able to help James ----- Original Message ----- From: "MALWADE,MANGESH (Non-HP-Singapore,ex5)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "TOH,LESLIE-TH (HP-Singapore,ex1)" <[EMAIL PROTECTED]>; "KWAN,KUM-LOY (HP-Singapore,ex4)" <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 12:41 PM Subject: [dom4j-user] Getting warning when using dom4j1.0 > 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 _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
