Hi gang.

I'm experimenting with XML generated web pages, and am trying to use PHP5 to
generate the XHTML output via the xslt_create() and xslt_process()
functions.  Unfortunately, my page halts on the xslt_create() function and
complains the function is undefined.

Ok, that seems reasonable enough.  Perhaps I didn't include the right
options when I compiled PHP.  A check of the online documentation indicates
the xslt_create() function is part of the Sablotron libraries, and needs the
./configure options of "--enable-xslt --with-xslt-sablot".  Ok, I had those
in place.  Further investigation seems to indicate I need to specify the
location of the "expat" directory for sablotron to work properly.  I had
"--with-expat-dir=/usr/lib"  but am wondering if this is correct.

I'm a little over my head now, so am asking if anyone might be able to help
out on this.  It seems there are a number of similar posts on Google, but I
don't see any clear resolution to the issue.

Thanks for any tips.

Shawn


_______________________________________________
clug-talk mailing list
[EMAIL PROTECTED]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca

Reply via email to