Do you have any examples of the problems? Could it be a clash with other code you've already imported into your repository? e.g. have you imported any SAX 1.0 code or DOM 1 code?
Or it might be that some of the optional code in the dom4j library is dependent on other libraries. e.g. there is code in the org.dom4j.datatype package which depends on the MSV library and there is a class called org.dom4j.io.PullParserReader which depends on the XPP pull parser. So maybe VAJ is just doing its due diligence and looking for missing dependencies? James ----- Original Message ----- From: "Ray Price" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 12, 2001 2:00 PM Subject: [dom4j-user] Any Tips on using dom4j in VAJ 4.0? > I've just started using VAJ and am relatively new to Java (although not new > to programming). I've added the dom4j-full jar to my VAJ project via an > import, but when I look at the "Problems" tab I have approximately 18 > problems spread across various dom4j packages. Does anyone have any ideas > or tips on how to get those resolved? and/or how well you can use dom4j in > the VAJ environment. > > Also, any tutorials on VAJ would be appreciated as well. > > Thanks. > > Ray. > > > _______________________________________________ > dom4j-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/dom4j-user > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
