[javaCompiler-users] XML support
Status: Beta
Brought to you by:
soapy
From: john s. <kmk...@ya...> - 2006-09-05 04:26:48
|
First of all, great job on this software. It's very useful. I have one problem with it so far that I can't figure out. I'm trying to use JDOM or DOM4J but I can't get either to recognize a valid SAX driver. Basically, I'm unable to get any SAX-compatible parser to compile. No xerces library will compile so I tried a few other sax parsers but no luck with those either. I get errors saying that several of the methods have already been defined. So I looked around and found some info saying that a sax parser (aelfred2?) was built into the gjc core some time ago so I'm guessing because I'm trying to compile another SAX parser, it's throwing the "already defined" errors. I tried to use the built in parser by using "gnu.xml.aelfred2.SAXDriver" but JDOM said it couldn't locate it. So, I'm at a loss. I only found one other person that seems to be having the same problem and nobody offered a solution. I'm hoping somebody here does. thanks. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |