I'm trying to create a data connection to a XML file, but the dialog box for "New Data Connection..." has the options for "XML Schema" and "XML Data File" grayed out so that I can only choose "OLEDB Database" or "WSDL File." Can anyone tell me why, or what I need to do to fix that?
Background:
I've created a form that needs to import a few data values when opened in Acrobat. Right now, I can get the values by using the "Import data.." command and browsing for the XML file, but I do not want the end user having to browse for the data. I would like the data to import either 1) When the PDF opens or 2) when the user pushes a "import data" button.
I would greatly appreciate any input or suggestions!