maibin ac8e04b651 Updated MemoryLeaks article (#2184)
* Create memory-leaks module

* Memory Leaks

* Added str.intern()

* Memory Leaks updated

* Updated guest article

* Memory Leaks update

* Remove unused resource
2017-06-30 16:29:50 -05:00

16 lines
287 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<customer>
<person>
<customer-id>12345</customer-id>
<name>Stefan Jaeger</name>
</person>
<home-phone>
<number>234678</number>
</home-phone>
<office-phone>
<number>234678</number>
</office-phone>
<city>Davos Dorf</city>
</customer>