17 lines
		
	
	
		
			712 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			712 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ns0:authors xmlns:ns0="http://www.demo.com/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> | 
