summaryrefslogtreecommitdiffstats
path: root/rules/xerces.in
blob: 06d3e354be46219cc5c98503936933fc1af18b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=system_libraries
# xerces-c configuration

config XERCES
	tristate
	prompt "xerces"
	select LIBC_M
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	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.