annotate _test/Resources/person_info.xml @ 358:248f95c1762a

added simple XML Sax parser
author sergey
date Mon, 18 Nov 2013 01:25:35 +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