search for: xslt_transform

Displaying 2 results from an estimated 2 matches for "xslt_transform".

Did you mean: st_transform
2004 Aug 06
2
compile error in the new icecast 2
hello! While trying to compile the new and final icecast2, I got this compile error on the make: make[3]: *** [xslt.o] Error 1 make[3]: Leaving directory `/home/boink/icecast-2.0.0/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/boink/icecast-2.0.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/boink/icecast-2.0.0' make: ***
2004 Aug 06
2
improved error.log output --diff
...ot;HTTP/1.0 200 OK\r\n" "Content-Type: text/html\r\n" "\r\n"); - DEBUG1("Sending XSLT (%s)", fullpath_xslt_template); + DEBUG1("Sending XSLT (%s), %s", fullpath_xslt_template, client->con->ip); xslt_transform(doc, fullpath_xslt_template, client); free(fullpath_xslt_template); } @@ -227,19 +227,19 @@ int command; if(strncmp("/admin/", uri, 7)) { - ERROR0("Internal error: admin request isn't"); + ERROR0("Internal error: admin request isn...