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 list.
Or, if you just want to grab the document content as a string and do
perl stuff with it, you can make the getLastUpdateDocument() method (or
a different method that you write) return a String with the content of
the document.
-Ken