Download & Extend

Fedora will auto add xsl using the php-xml package.

Project:Import HTML
Version:4.7.x-1.x-dev
Component:Documentation
Category:support request
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

It turns out that getting xsl support for your PHP is easy in Fedora once you know the package name. The package that provides xsl support is titled php-xml which you might skip without a hint. As you might hope, a normal install gets xsl registered with apache.

Comments

#1

Nice to know.
Is that a package manager? Care to note the command-line invocation or something for reference?
I had to do lots by hand in the early days, (compile libs and stuff) but I think XSL support is getting better these days :)

#2

It is a package to be added. So from the command line you could go:

yum install php-xml

Or you could pick add remove software off the menu under Applications and then navigate to the list of all packages and choose that one to install.

The thing that surprised me was that the xsl stuff was under a package named xml.

#3

Category:task» support request
Status:active» closed (fixed)

cool. I've worked most with debian (Ubuntu) installs recently.
XSL processing is certainly a subset of XML handling.
Useful to know anyway.