Menu

#97 <referee> <name> tag example fails

Examples
open
nobody
Other (29)
5
2014-08-28
2005-07-28
Anonymous
No

The example at
http://xmlresume.sourceforge.net/user-guide/element.referee.html
show the following broken example:

<referee>
<name>Joe</name>
<address>
<street>123 Main St.</street>
<city>Anytown</city>
<state>ST</state>
<zip>12345</zip>
<country>USA</country>
</address>
<contact>
<phone>123.456.7890</phone>
<email>joe@hotmail.bob</email>
</contact>
</referee>

Which should be:

<referee>
<name>
<firstname>Joe<firstname>
<surname>foo</firstname>
</name>
<address>
<street>123 Main St.</street>
<city>Anytown</city>
<state>ST</state>
<zip>12345</zip>
<country>USA</country>
</address>
<contact>
<phone>123.456.7890</phone>
<email>joe@hotmail.bob</email>
</contact>
</referee>e

Note the subelements of name.

kaos01

Discussion


Log in to post a comment.

MongoDB Logo MongoDB