[xslt] exslt in Windows port



Hello,

I have the latest release of libxslt at Windows 2000 (from
http://zlatkovic.com/projects/libxml/binaries.html) and at HP-UX
(built from source). Number of exslt functions in Windows port is too
small.

At Windows:
---------------
>C:\bin\xml\libxml\common\xsltproc -V
Using libxml 20506, libxslt 10029 and libexslt 719
xsltproc was compiled against libxml 20506, libxslt 10029 and libexslt 719
libxslt 10029 was compiled against libxml 20506
libexslt 719 was compiled against libxml 20506

>C:\bin\xml\libxml\common\xsltproc --dumpextensions > ext

This command gives me just 57 lines (including only 6 math functions).

At HP-UX:
---------------
>$xsl -V
Using libxml 20506, libxslt 10029 and libexslt 719
xsltproc was compiled against libxml 20402, libxslt 10019 and libexslt 710
libxslt 10029 was compiled against libxml 20402
libexslt 719 was compiled against libxml 20402

>$xsl --dumpextensions | wc
69 74 2460
>$xsl --dumpextensions | grep math | wc
18 18 509

Why such difference is present? Am I doing something wrong?

Thanks in advance, Alexey.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]