ee2f66c36ed66de624464409565e58dfa302ff53
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libxslt / Config.in
1 config BR2_PACKAGE_LIBXSLT
2         bool "libxslt"
3         select BR2_PACKAGE_LIBXML2
4         help
5           Install the xslt library which is used
6           to transform XML files to other XML files.
7
8           XSLT is designed for use as part of XSL,
9           which is a stylesheet language for XML.
10           In addition to XSLT, XSL includes an XML vocabulary
11           for specifying formatting.
12           XSL specifies the styling of an XML document by using XSLT
13           to describe how the document is transformed into another
14           XML document that uses the formatting vocabulary.
15
16           http://www.w3.org/TR/xslt