mergeNewPersonInXML(person, information_list, update_date, source)

Description

Merge new information into existing person's xml file.

Parameters

Parameter Necessity Type Description
person required int person id
information_list required list the new information list that need to be added
update_date not required string date when updating the information
source required string source of the information

Output

Person xml files with new added information.

Implementation

  1. createAssetNode(): Create asset node which including income and finance subnodes.
  2. createIncomeNode(): Create income node.
  3. createFinanceNode(): Create finance node.
  4. createNpidNode(): Create new pid node.
  5. createRaceNode(): Create race node.
  6. createPoliticalNode(): Create political node.
  7. createTitleNode(): Create title node.
  8. updateTLNode(): Update timeline node.
  9. updateEduNode(): Update education node.
  10. createMyTextNode(): Create text content for the node.

Related Work

 
projs/clans/docs/mergenewpersoninxml.txt · Last modified: 2014/01/28 10:58 by ytchan2     Back to top