|
I have been running into a problem similar to this :
http://www.mail-archive.com/[EMAIL PROTECTED]/msg15457.html
I have generated Marshalling classes from xsd files, and now I am having trouble with there static unmarshal method when the xml references dtd's. I am trying to create a distributable api, and would like to have the dtd's in the jar file distro.
Is there anyway to use an EntityResolver with the static unmarshal method found in generated code? Or some other way to setup the underlying parser, so that it will use an EntityResolver?
-Scot Hale |
