XML File Transformations Missing Error

I was wanting to test out Transformations on an XML File, but when I go to that screen I get the following error:

    MySource Warning
    File:	[SYSTEM_ROOT]/core/assets/files/xml_file/xml_file_edit_fns.inc	Line:	141
    Message:	XSL Module is not installed. Feature is not available [XSL0001]
    Backtrace:	Show


What file would I be missing? We are on 4.6.0.

[quote]
I was wanting to test out Transformations on an XML File, but when I go to that screen I get the following error:


    MySource Warning
    File:	[SYSTEM_ROOT]/core/assets/files/xml_file/xml_file_edit_fns.inc	Line:	141
    Message:	XSL Module is not installed. Feature is not available [XSL0001]
    Backtrace:	Show


What file would I be missing? We are on 4.6.0.
[/quote]

Depending on your distro, you need to install the PHP XSL module. For Debian/Ubuntu it is:
    sudo apt-get install php5-xsl

[quote]
Depending on your distro, you need to install the PHP XSL module. For Debian/Ubuntu it is:

    sudo apt-get install php5-xsl

[/quote]



Ah, good to know. Thanks.