mirror of
https://github.com/vlang/v.git
synced 2025-09-22 03:48:34 -04:00
13 lines
299 B
XML
13 lines
299 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!-- Employee Information-->
|
|
<address>
|
|
<!-- Full or first name -->
|
|
<name>Jones</name>
|
|
<!-- Registered name of the company -> -->
|
|
<company>ABSystems</company>
|
|
<phone>
|
|
<!-- Phone with country code -) -->
|
|
(046) 1233-44778
|
|
</phone>
|
|
</address>
|