-
XSLT Filter is an Apache2 loadable module which performs XSL transformation on the fly. It uses LibXML2+LibXSLT as parsing and transformation engines. The module acts as an Apache output fitler and is compatible with mod_perl, CGI and PHP applications.
Added support for apxs2 to get xslt_filter compiled on Ubuntu (and probably Debian).
2008-12-09 23:49:09 UTC in Apache2 XSLT filter
-
deviurg added the xslt_filter-1.5.2.tar.gz file.
2008-12-09 23:44:00 UTC in Apache2 XSLT filter
-
deviurg created the 1.5.2 file release.
2008-12-09 23:35:29 UTC in Apache2 XSLT filter
-
Sorry, Andreas, I've not seen your question before.
In one test I'm using such XML headers:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="http://www.deviurg.com/test/t1/index.xslt"?>
<root>
...
</root>
It should work for you too.
2008-12-09 21:31:22 UTC in Apache2 XSLT filter
-
Sorry, Andreas, I've not seen your question before.
In one test I'm using such XML headers:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="http://www.deviurg.com/test/t1/index.xslt"?>
<root>
...
</root>
I't should work for you too.
2008-12-09 21:26:30 UTC in Apache2 XSLT filter
-
The code has been slightly modified to be compliant with ANSI C. Now it's possible to compile the module under MS VisualStudio 2005. All necessary VS2005 files will be available in the next release. Binary distribution for Windows is coming soon.
2008-06-11 22:02:31 UTC in Apache2 XSLT filter
-
I guess it is possible to compile the module under Windows. I'll try it in a few next days.
2008-05-14 15:40:56 UTC in Apache2 XSLT filter
-
A new version of XSLT filter for Apache2 is released. It includes small changes and installation instructions.
2008-04-22 20:01:57 UTC in Apache2 XSLT filter
-
deviurg registered the Apache2 XSLT filter project.
2008-04-21 14:27:12 UTC in Apache2 XSLT filter