Do all servers support XML parsing?
XML parser?
Collapse
X
-
you can use xml with php, try to see installed modules at http://cpanelXX.gzo.com/phpinfo.php
You can read more about this modules in www.php.netComment
-
Even if it doesn't, you can write a custom script to parse XML without any needed modulesOriginally posted by JonathanUnless my memory is failing me (again), I believe
PHP by default supports XML parsing.
David-----
Do you fear the obsolescence of the metanarrative apparatus of legitimation?Comment
-
Andrew is probably right, but there is one other thing that applies. PHP 5 has some enhanced xml handling that isn't in the earlier versions, so check to see if your script requires PHP 5. By default, all servers run PHP 4.x even if PHP 5 is available (I think it is on all servers now). If your script requires PHP 5, see http://forums.dathorn.com/showthread.php?t=2385 for a way to enable it.Comment
-
Just quickly took a look at the php.net website and it looks like your script is trying to use this:
PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.
Which requires PHP 5. Just follow the link that Frank provided above to setup your domain to use PHP 5.Comment
Comment