
62
<fax></fax>
<pager></pager>
<otherphone></otherphone>
<website></website>
<address>
<street1></street1>
<street2></street2>
<city></city>
<state></state>
<zipcode></zipcode>
<country></country>
</address>
</work>
<home>
<birthdate></birthdate>
<phone></phone>
<website></website>
<address>
<street1></street1>
<street2></street2>
<city></city>
<state></state>
<zipcode></zipcode>
<country></country>
</address>
</home>
<notes></notes>
<category></category>
</person>
</contacts>
Notes:
- Child elements of a tag may be entered in any order
- Certain characters must be escaped:
a. & -> &
b. < -> <
c. > -> >
d. ‘ -> '
e. “ -> "
Comentarios a estos manuales