summaryrefslogtreecommitdiffstats
path: root/rules/xmlstarlet.in
blob: 5c0d0c9160b2f5f387cdf933c9f02dd022aa1083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=shell_and_console
config XMLSTARLET
	tristate
	select LIBXML2
	select LIBXSLT
	prompt "xmlstarlet"
	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/