52 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ns0:authors xmlns:ns0="http://www.demo.com/author">
 | |
|     <ns0:author xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="http://www.demo.com/author" id="123">
 | |
|         <ns0:firstName>siema</ns0:firstName>
 | |
|         <ns0:lastName>tydr</ns0:lastName>
 | |
|         <ns0:age>12</ns0:age>
 | |
|         <ns0:dateOfBirth>2024-08-21</ns0:dateOfBirth>
 | |
|         <ns0:dateOfDeath>2024-08-08</ns0:dateOfDeath>
 | |
|     </ns0:author>
 | |
|     <ns0:author xmlns:ns0="http://www.demo.com/author" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" id="1410">
 | |
|         <ns0:firstName>asd</ns0:firstName>
 | |
|         <ns0:lastName>asd</ns0:lastName>
 | |
|         <ns0:age>21</ns0:age>
 | |
|         <ns0:dateOfBirth>2024-08-07</ns0:dateOfBirth>
 | |
|         <ns0:dateOfDeath>2024-08-07</ns0:dateOfDeath>
 | |
|     </ns0:author>
 | |
|     <ns0:author xmlns:ns0="http://www.demo.com/author" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" id="5678">
 | |
|         <ns0:firstName>siema</ns0:firstName>
 | |
|         <ns0:lastName>asd</ns0:lastName>
 | |
|         <ns0:age>56</ns0:age>
 | |
|         <ns0:dateOfBirth>2024-08-15</ns0:dateOfBirth>
 | |
|         <ns0:dateOfDeath>2024-08-23</ns0:dateOfDeath>
 | |
|     </ns0:author>
 | |
|     <ns0:author xmlns:ns0="http://www.demo.com/author" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" id="12221">
 | |
|         <ns0:firstName>siema</ns0:firstName>
 | |
|         <ns0:lastName>asd</ns0:lastName>
 | |
|         <ns0:age>12</ns0:age>
 | |
|         <ns0:dateOfBirth>2024-08-07</ns0:dateOfBirth>
 | |
|         <ns0:dateOfDeath>2024-08-07</ns0:dateOfDeath>
 | |
|     </ns0:author>
 | |
|     <ns0:author xmlns:ns0="http://www.demo.com/author" id="4353">
 | |
|         <ns0:firstName>fgdg</ns0:firstName>
 | |
|         <ns0:lastName>asd</ns0:lastName>
 | |
|         <ns0:age>12</ns0:age>
 | |
|         <ns0:dateOfBirth>2024-08-02</ns0:dateOfBirth>
 | |
|         <ns0:dateOfDeath>2024-08-22</ns0:dateOfDeath>
 | |
|     </ns0:author>
 | |
|     <ns0:author xmlns:ns0="http://www.demo.com/author" id="99">
 | |
|         <ns0:firstName>prubva</ns0:firstName>
 | |
|         <ns0:lastName>sfdgsg</ns0:lastName>
 | |
|         <ns0:age>987</ns0:age>
 | |
|         <ns0:dateOfBirth>2000-02-01</ns0:dateOfBirth>
 | |
|         <ns0:dateOfDeath>2000-02-06</ns0:dateOfDeath>
 | |
|     </ns0:author>
 | |
|     <author xmlns:ns0="http://www.demo.com/author" xmlns="http://www.demo.com/author" id="15">
 | |
|         <firstName>piwo</firstName>
 | |
|         <lastName>harnas</lastName>
 | |
|         <age>12</age>
 | |
|         <dateOfBirth>2000-12-12</dateOfBirth>
 | |
|         <dateOfDeath>2000-12-12</dateOfDeath>
 | |
|     </author>
 | |
| </ns0:authors> | 
