Search found 1 match
- Tue Mar 19, 2013 4:09 am
- Forum: Scripting
- Topic: Access XML metadata
- Replies: 2
- Views: 1956
Access XML metadata
Enfocus Community - I am writing a script to assist in sorting a PDF that has had XML metadata added via the XML pickup flow element. In the javascript I am creating I reference the dataset as: var xml = job.getDataset( "Xml" ); However when I try to access the dataset via: var itemNode = ...