Ok guys, I have been trudging along here in EpicLand.
I need a lesson on doc ids. I am trying to use the doc_open() function to
no avail. I am looking for the document id of the current file that is open
in epic.
String tagname; // name of the tag
String DocID;
File doc = new File ("D:\\sample-clutch.xml");
docID = ???
Document domdoc = Acl.getDOMDocument(DocID);
NodeList nl = domdoc.getElementsByTagName(tagname);
What is the best way to get a doc ID?
Pamela Ross
Business System Analyst
AutoZone Inc
901.495.7796
I need a lesson on doc ids. I am trying to use the doc_open() function to
no avail. I am looking for the document id of the current file that is open
in epic.
String tagname; // name of the tag
String DocID;
File doc = new File ("D:\\sample-clutch.xml");
docID = ???
Document domdoc = Acl.getDOMDocument(DocID);
NodeList nl = domdoc.getElementsByTagName(tagname);
What is the best way to get a doc ID?
Pamela Ross
Business System Analyst
AutoZone Inc
901.495.7796