summaryrefslogtreecommitdiffstats
path: root/rules/xerces.in
blob: 617a4f85c0b6195f054272ccd331720009c250ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# xerces-c configuration

menuconfig XERCES
	bool
	prompt "xerces                      "
	help
	  Xerces-C++ is a validating XML parser written in a portable
	  subset of C++. Xerces-C++ makes it easy to give your
	  application the ability to read and write XML data. A shared
	  library is provided for parsing, generating, manipulating, and
	  validating XML documents.

	  See http://xml.apache.org/xerces-c/ for details.