xref: /OK3568_Linux_fs/buildroot/package/libxslt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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://xmlsoft.org/xslt/
17