Okay, just checked with patch-61, and now I am getting a seg fault...
Here is the config:
two directories:
xml - contains index.xml which is what we want to apply the stylesheet to
xsl - contains a bunch of different xsl sheets that I know work
.htaccess in xml directory:
DirectoryIndex index.xml
AddOutputFilter mod-xslt .xml
XSLTDefaultStylesheet "text/xml" "local:///~ejona/xsl/text-html.xsl"
I first checked http and then I replaced the
"http://localhost/~ejona/xsl/text-html.xsl" with the local:// that you
see above. Only one pid seg faults (so you know it isn't looping by
accident) and the server is still functional afterwards - just the one
page doesn't display. I'll see if turning on debug helps any.