summaryrefslogtreecommitdiffstats
path: root/rules/libxml2.in
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2007-10-17 22:15:19 +0000
committerJochen Frieling <j.frieling@pengutronix.de>2007-10-17 22:15:19 +0000
commitdfd6d2d82a8cbc39f53da537026c5e4c0a85bcca (patch)
tree5628ce5bcacdfcfbd42d7894976ca932837c2597 /rules/libxml2.in
parent838c9462e9abe3fb8ce3e9c0e52d67f80ae4acf0 (diff)
downloadptxdist-dfd6d2d82a8cbc39f53da537026c5e4c0a85bcca.tar.gz
ptxdist-dfd6d2d82a8cbc39f53da537026c5e4c0a85bcca.tar.xz
* help texts j..l rounded off, some fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7454 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxml2.in')
-rw-r--r--rules/libxml2.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/rules/libxml2.in b/rules/libxml2.in
index 0f787635d..54d238a7d 100644
--- a/rules/libxml2.in
+++ b/rules/libxml2.in
@@ -8,7 +8,15 @@ menuconfig LIBXML2
prompt "libxml2 "
select ZLIB if LIBXML2_ZLIB
help
- FIXME: This item needs to be documented
+ Libxml2 is a XML C parser and toolkit. XML itself is a
+ metalanguage to design markup languages, i.e. text
+ language where semantic and structure are added to the
+ content using extra "markup" information enclosed
+ between angle brackets. HTML is the most well-known
+ markup language. Though the library is written in C a
+ variety of language bindings make it available in other
+ environments.
+
config LIBXML2_C14N
bool