Would it be possible to access an XML file from a Natural program? The XML file will be resident on the JBOSS server that serves the NJX application.
The experiment is storing user preferences in an XML file. When the user wants to specify a preference then the program reads the user preference XML file, parses the file for the user’s info and populates a screen with options. When the user has updates his/her preferences, the Natural program then stores the preferences as an XML file on the server.
Of course I could store the preferences in an ADABAS file, but I am curious to see if a different approach might work.
TIA.