Import XML file that both appends and updates data?

  • Thread starter Thread starter Jennifer Robertson
  • Start date Start date
J

Jennifer Robertson

My goal is to produce an adobe form that produces one xml file, but with
data to be updated in some tables and to be appended in other tables.

I would like to stay away from xml transformations.

Is there a way to iterate though the xml file and pluck out the updates,
then re-iterate though the file and pluck out the appends?
 
Back
Top