fix delete

This commit is contained in:
wojciech
2024-07-30 11:55:32 +02:00
parent 5fe17704ba
commit 2de95b05fd
2 changed files with 123 additions and 127 deletions

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<ns0:authors xmlns:ns0="http://www.demo.com/author">
<author xmlns="http://www.demo.com/author" id="15">
<firstName>trestupdate</firstName>
<lastName>asdf</lastName>
<age>54</age>
<dateOfBirth>2000-12-01</dateOfBirth>
<dateOfDeath>2000-12-01</dateOfDeath>
<firstName>piwo</firstName>
<lastName>harnas</lastName>
<age>12</age>
<dateOfBirth>2000-12-12</dateOfBirth>
<dateOfDeath>2000-12-12</dateOfDeath>
</author>
</ns0:authors>