Due to a very specific customer requirement, the newly created LiveCycle
PDF has to have the ability to import multiple XML files without losing
any data.This is the procedure that is implemented now:User opens PDF
and imports XML fileInternal function is called to parse the data from
the imported fieldsParsed data gets written into a global variableThe
above procedure is running fine. However, when the user imports another
XML the whole form gets resetted and even the global variables are empty...