40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <authors>
 | |
|     <ns0:author xmlns:ns0="http://www.demo.com/author" id="64">
 | |
|         <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>
 | |
| 
 | |
| <ns0:author xmlns:ns0="http://www.demo.com/author" id="65">
 | |
|     <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>
 | |
| <ns0:author xmlns:ns0="http://www.demo.com/author" id="66">
 | |
|     <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>
 | |
| <ns0:author xmlns:ns0="http://www.demo.com/author" id="76">
 | |
|     <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>
 | |
| 
 | |
| <ns0:author xmlns:ns0="http://www.demo.com/author" id="69">
 | |
|     <ns0:firstName>69</ns0:firstName>
 | |
|     <ns0:lastName>69</ns0:lastName>
 | |
|     <ns0:age>69</ns0:age>
 | |
|     <ns0:dateOfBirth>1999-01-01</ns0:dateOfBirth>
 | |
|     <ns0:dateOfDeath>1999-01-01</ns0:dateOfDeath>
 | |
| </ns0:author>
 | |
| </authors> | 
