Forum Moderators: coopster

Message Too Old, No Replies

PHP5 + Apache2.04 with XML/XSL support

         

yurijw

9:39 pm on Aug 18, 2004 (gmt 0)

10+ Year Member



I'm am having a realy hard time getting XML/XSL support for PHP5. I'm trying to follow the not so great instructions but it doesn't seem to work. I am using WinXP so it makes things a bit more difficult.

I have PHP working with my Apache server and that seems to work fine. But I cannot get the XML/XSL stuff to work.

Anyone know of how to do this or any decent instruction on how to do this on WinXP? I'd really like to get this working.

SO far all i'm getting is frustrated.

Yurij

jatar_k

4:27 pm on Aug 19, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld yurijw,

Have you looked through these?
XML Parser Functions [php.net]
XSL functions [php.net]
PHP Installation on Windows systems [php.net]

this thread might help as well
Installing PHP5 Under Windows XP and Apache [webmasterworld.com]

yurijw

5:54 pm on Aug 19, 2004 (gmt 0)

10+ Year Member



I looked through that. If I bring up the phpinfo() it shows I have the required files installed and running.
Here is a bit of what shows up in the info page. To me it looks like everything is there.

libxml
libXML support active
libXML Version 2.6.11
libXML streams enabled

dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.11
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.11

xmlreader
XMLReader enabled

xmlrpc
core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage [xmlrpc-epi.sourceforge.net...]
open sourced by Epinions.com

xmlwriter
XMLWriter enabled

xsl
XSL enabled
libxslt Version 1.1.7
libxslt compiled against libxml Version 2.6.11
EXSLT enabled
libexslt Version 0.8.5

zlib
ZLib Support enabled
Compiled Version 1.1.4
Linked Version 1.1.4

jatar_k

6:26 pm on Aug 19, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



alright

>> But I cannot get the XML/XSL stuff to work.

so how exactly isn't it working?

errors? nothing?

yurijw

8:37 pm on Aug 19, 2004 (gmt 0)

10+ Year Member



THe syntax I was using must have been wrong. I changed it up and it seems to be working now. Thats totally frustrating. Trying to figure this out for 2 days then it's just wrong syntax.

Thanks for your help anyways.