Co-authored-by: Adam Bem <adam.bem@zoho.eu> Reviewed-on: #220 Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			211 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			211 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| declare namespace p="http://www.release11.com/person";
 | |
| declare namespace b="http://www.release11.com/book";
 | |
| declare namespace l="http://www.release11.com/library";
 | |
| 
 | |
| 
 | |
| for $x in //p:person
 | |
| return string($x/p:name) |