annotate _test/Resources/person_info.xml @ 180:d1676be8afcc

Перекодировка в utf-8
author sourcer
date Fri, 30 Dec 2011 23:40:00 +0300
parents 16ada169ca75
children 77a9934a44af
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 37
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 37
diff changeset
2 <personInfo>
180
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 49
diff changeset
3 <firstName>Norman</firstName>
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 49
diff changeset
4 <lastName>Freeman</lastName>
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 49
diff changeset
5 <address>
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 49
diff changeset
6 <street>hellroad</street>
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 49
diff changeset
7 <line>1</line>
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 49
diff changeset
8 </address>
49
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 37
diff changeset
9 </personInfo>
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 37
diff changeset
10