przerobić txt na xml.
Kod:
<?xml version="1.0" encoding="windows-1250" standalone="yes"?>
<hr-document date="2009-08-07" user="Konto administratora">
<dictionary>
<calendar id="1" type="employee">
<surname>Kalinowska</surname>
<name>Natalia</name>
</calendar>
<calendar id="2" type="employee">
<surname>Kałamarz</surname>
<name>Janina</name>
</calendar>
<component id="1">
<name>Dane osobowe</name>
</component>
<attribute id="2">
<name>imię</name>
</attribute>
<attribute id="3">
<name>drugie imię</name>
</attribute>
<attribute id="4">
<name>nazwisko</name>
</attribute>
</dictionary>
<data>
<unit calendar="1" begin="2009-08-07" end="2009-08-07">
<component id="1">
<history>
<tuple>
<value id="2">Natalia</value>
<value id="4">Kalinowska</value>
</tuple>
</history>
</component>
</unit>
<unit calendar="2" begin="2009-08-07" end="2009-08-07">
<component id="1">
<history>
<tuple>
<value id="2">Janina</value>
<value id="4">Kałamarz</value>
</tuple>
</history>
</component>
</unit>
</data>
</hr-document>