Target Skill:
Define XML and explain the XML conversion process |
|
Sample XML Files
The BillerXpert DTD and sample XML files are in $BX_HOME/loading/templates.
Remember that the DTD files serve as templates for XML data files, are
not used for validation, and are not actually used by the XML parser for
loading the XML files. The following table provides a list of the BillerXpert
XML files and what they do.
Sample file
|
Operation
|
bcaDelete1.xml |
Deletes a biller customer account |
bcaInsert1.xml |
Inserts several different users |
bcaSingleUserDel.xml |
Deletes a biller customer account |
bcaUpdate1.xml |
Updates several biller customer accounts |
bcpDelete1.xml |
Deletes several users from LDAP |
bcpInsert1.xml |
Inserts several users in LDAP |
bcpUpdate1.xml |
Updates several user profiles |
bdfMultiDoc.xml |
Multiple docs per container |
docWithNoContainer.xml |
Dummy BXContainer |
These files can be used for practice in data loading, and as examples
for developers who are designing a legacy integration utility using a mapping
tool (like Mercator).
|