I am trying to generate a simple program to load a JPG document into Tamino but when I attemp to load the file I get the following error:
8407HASXJE8407 Invalid Node Type
Another forum entry suggests that the file needs to be passed as a DOM node and gives two different ways to achieve this. One using:
var itemSelected=new ActiveXObject(“Microsoft.XMLDOM”);
and the other using
GetResult=ProcessObj.getDocument(‘file:///d:/TelephData/Munch1.xml’);
Neither of these seems to be working.
Any suggestions?