10 lines
		
	
	
		
			367 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			367 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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>
 | |
|     </author>
 | |
| </ns0:authors> | 
