xref: /OK3568_Linux_fs/buildroot/package/libxslt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBXSLT
2*4882a593Smuzhiyun	bool "libxslt"
3*4882a593Smuzhiyun	select BR2_PACKAGE_LIBXML2
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  Install the xslt library which is used
6*4882a593Smuzhiyun	  to transform XML files to other XML files.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  XSLT is designed for use as part of XSL,
9*4882a593Smuzhiyun	  which is a stylesheet language for XML.
10*4882a593Smuzhiyun	  In addition to XSLT, XSL includes an XML vocabulary
11*4882a593Smuzhiyun	  for specifying formatting.
12*4882a593Smuzhiyun	  XSL specifies the styling of an XML document by using XSLT
13*4882a593Smuzhiyun	  to describe how the document is transformed into another
14*4882a593Smuzhiyun	  XML document that uses the formatting vocabulary.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  http://xmlsoft.org/xslt/
17