XML Elements Used When Modifying Records


Copyright © 2006 Inmagic, Inc. All rights reserved.

This is a partial list of XML elements pertinent to the activity of modifying textbase records. You can find a complete description of the XML interface to WebPublisher PRO in the Inmagic Web Products Schema Documentation. To access the schema documentation, go to the Product Documentation section of the Inmagic Customer Extranet at http://support.inmagic.com/downloads/extranet.html.

For item 1 below, the first level of bullets contains values for the AC element, and the second level describes attributes that you can add to the AC element when that value is present. Default values for the attributes are underlined, where appropriate.

Example of use: <AC validation="update" trim="Y">INSERT</AC>

  1. AC is the action. Action values used to modify records are listed below.
     
  2. TN - textbase name.
     
  3. OE - old entry, used with batchModEntry="matching".
     
  4. EN - new entry.
     
  5. QY - query command, used with BATCH_DELETE and BATCH_MODIFY to identify set of records to be processed.
     
  6. KeyFields - parent of KeyField elements.
     
  7. KeyField - used with XML output (XM=1), specifies a field to be returned. To specify a secondary textbase field to be returned from a query, use this syntax: SecondaryFieldName.PrimaryLinkFieldName.
     
  8. FN - can be used in place of KeyFields for BATCH_MODIFY.
     
  9. ID - password to be used when opening the textbase.
     
  10. MatchFields - parent of the MatchField elements.
     
  11. MatchField - name of a field on which records are matched.

0106