mod-xslt2 is a server side module able to transform ``xml'' documents in ``html'' (or to any other format) before they even get back to the browser. mod-xslt2 main features include: * Ability to parse generated xml (ability to parse the output of php or perl scripts). * Ability to use the ``xslt'' indicated by the <?xml-stylesheet processing instruction. * Ability to send back the xml file unparsed to the browser. * Ability to fetch xslt or DTDs from scripts rather than from static files. * Ability to fetch a different xslt depending on the content of the request headers, of the get parameters or the web server environment. * Ability to allow xslt stylesheets to make use of these variables to generate output. -- http://www.mod-xslt2.com/
14 lines
402 B
Text
14 lines
402 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/12/07 02:34:01 xtraeme Exp $
|
|
|
|
--- sapi/apache2/modxslt.c.orig 2006-12-07 02:21:14.000000000 +0100
|
|
+++ sapi/apache2/modxslt.c 2006-12-07 02:22:21.000000000 +0100
|
|
@@ -470,7 +470,8 @@
|
|
|
|
|
|
#ifdef HAVE_NETWORK_IOCTLS
|
|
-# include <net/if.h>
|
|
+#include <sys/sockio.h>
|
|
+#include <net/if.h>
|
|
|
|
static int mxslt_ap2_setanyiplist(mxslt_table_t * ips_table) {
|
|
struct ifconf ifc;
|