René Neumann wrote:
> * Is there a real difference between them? As far as I can see XSL
> is a superset of XSLT, but it's somewhat fuzzy.
XSL is the Extensible Stylesheet Language, one way to think of this
is as the file format. XSL is a subset of XML.
XSLT means XSL Transform, which is the proc
On 25/04/13 10:45, René Neumann wrote:
> There is exactly one user of it: php -- to pull in libxslt.
>
> * Should php remain 'xsl' or go to 'xslt'?
The reason for using xsl is that PHP had two xsl(t) extensions: one
called xslt and one called xsl. Before we had USE flags for both of
these to dis
Le jeudi 25 avril 2013 à 10:45 +0200, René Neumann a écrit :
> Dear all,
>
> I noticed, that there is a global useflag 'xsl', with one of those
> bleh-descriptions "Enables XSL support"
>
> There is exactly one user of it: php -- to pull in libxslt.
>
> Now there is also the local useflag xslt (
The correct one should be xslt and that's it..
Dear all,
I noticed, that there is a global useflag 'xsl', with one of those
bleh-descriptions "Enables XSL support"
There is exactly one user of it: php -- to pull in libxslt.
Now there is also the local useflag xslt (used by three other packages)
for enabling xslt support (by pulling in libxsl