Config.in 543 B

12345678910111213141516
  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. XSLT is designed for use as part of XSL,
  8. which is a stylesheet language for XML.
  9. In addition to XSLT, XSL includes an XML vocabulary
  10. for specifying formatting.
  11. XSL specifies the styling of an XML document by using XSLT
  12. to describe how the document is transformed into another
  13. XML document that uses the formatting vocabulary.
  14. http://www.w3.org/TR/xslt