|
From: Creech, B. P. <BEN...@sa...> - 2004-08-03 20:50:53
|
I need to make a bunch of applets with a lot of very simple interfaces. I was thinking about making an XML->Java tool to simplify this effort, then realized that JGB already does it. Has anyone tried to use JGB within an applet? Should it work, or not? Is there anything I need to look our for? For instance, one problem I've run into already is that SAX tries to open its own socket to look up the DTD URL, which of course isn't allowed within an applet. |