
Xslt is an xml language for defining transformations of xml files from xml to some other arbitrary format, such as xml, html, plain text, etc. using standard xslt stylesheets. libxslt is a c library which implements xslt version 1.0.
this package contains python bindings for libxslt, needed to use libxslt in python programs for use with the python debug interpreter.