Blame view

buildroot/buildroot-2016.08.1/package/libxslt/Config.in 543 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  config BR2_PACKAGE_LIBXSLT
  	bool "libxslt"
  	select BR2_PACKAGE_LIBXML2
  	help
  	  Install the xslt library which is used
  	  to transform XML files to other XML files.
  
  	  XSLT is designed for use as part of XSL,
  	  which is a stylesheet language for XML.
  	  In addition to XSLT, XSL includes an XML vocabulary
  	  for specifying formatting.
  	  XSL specifies the styling of an XML document by using XSLT
  	  to describe how the document is transformed into another
  	  XML document that uses the formatting vocabulary.
  
  	  http://www.w3.org/TR/xslt