For a long time now, I have been using a script to import data from XML data files into a LiveCycle form, using a script originally offered by @radzmar . That script starts as follows: function importXML(){ // Wenn PDF-Viewer älter als 9.2 ist, funktioniert der Import nicht! if (parseFloat(app.vie...