buildrootschalter/package/libxslt/Config.in

17 lines
543 B
Plaintext
Raw Normal View History

2007-11-28 09:59:17 +01:00
config BR2_PACKAGE_LIBXSLT
bool "libxslt"
select BR2_PACKAGE_LIBXML2
2007-11-28 09:59:17 +01:00
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.
2007-11-28 09:59:17 +01:00
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