Datei: test2a.xml
|
<?xml version="1.0" encoding="ISO-8859-2"?>
<delivery>
<list_person>
<person id='588520'>
<name>Fischer</name>
<firstname>Hans</firstname>
<birthdate>1999-10-04</birthdate>
</person>
<person id='588521'>
<name>Becker</name>
<firstname>Claudia</firstname>
<birthdate>1990-01-18</birthdate>
</person>
</list_person>
</delivery>
|
|
Datei: test2b.xml
|
<?xml version='1.0' encoding='UTF-8'?>
<delivery>
<list_person>
<person id='2'>
<name>Fischer</name>
<firstname>Hans</firstname>
<birthdate>1999-10-04</birthdate>
</person>
<person id='588521'>
<name>Becker</name>
<firstname>Claudia</firstname>
<birthdate>1990-01-18</birthdate>
</person>
</list_person>
</delivery>
|
|