annotate _test/Resources/person_info.xml @ 245:7c517134c42f

Added Unsupported media type Web exception corrected resourceLocation setting in the resource Implemented localizable resources for text messages fixed TT view scopings, INIT block in controls now sets globals correctly.
author sergey
date Mon, 29 Oct 2012 03:15:22 +0400
parents 77a9934a44af
children 608e74bc309f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
215
77a9934a44af sync, migrating to XML::Compile
cin
parents: 180
diff changeset
1 <?xml version="1.0" encoding="UTF-8" ?>
77a9934a44af sync, migrating to XML::Compile
cin
parents: 180
diff changeset
2 <personInfo code="1552-34af" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://implab.org/person/" xsi:schemaLocation="http://implab.org/person/ person.xsd">
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