On Oct 27, 2005, at 6:48 PM, Webber Paul-W91476C wrote:
use Inline Java => 'STUDY',
DEBUG => 1,
STUDY =>
['com.somecompany.xmltools.JavaXMLGrabber.DeviceEmulator'];
If you want to call methods on the returned JDom object, you'll want to
add org.jdom.Document to the STUDY lis
I'm an extreme novice at the java thing, and I'm an intermediate perl user so
please excuse the poorly phrased/understood question.
I'm trying to retrieve an XML document using a java class, through perl, and
I'm having a hard time converting the resulting returned java object/document
into so