summaryrefslogtreecommitdiffstats
path: root/rules/xmlstarlet.in
blob: 987ca410ed6b9788978620775e19b389b3b55a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menuconfig XMLSTARLET
	bool
	select LIBXML2
	prompt "xmlstarlet          "
	default N
	help
	  XMLStarlet is a set of command line utilities (tools) which
	  can be used to transform, query, validate, and edit XML documents and
	  files using simple set of shell commands in similar way it is done for
	  plain text files using UNIX grep, sed, awk, diff, patch, join, etc
	  commands.

	  For more details see the project web page: 

		http://xmlstar.sourceforge.net/