9 lines
		
	
	
		
			278 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			278 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
##@cooked comments # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
 | 
						|
## Fonction de support pour gérer des fichiers XML
 | 
						|
##@cooked nocomments
 | 
						|
##@require ulib
 | 
						|
uprovide xmlsupport
 | 
						|
urequire ulib
 | 
						|
 | 
						|
function xpathtool() { "$ULIBDIR/support/xpathtool.py" "$@"; }
 |