Do all servers support XML parsing?
Do all servers support XML parsing?
All servers should support xml parsing. What do you want to do? That is normally an internal language thing, such as using PHP to parse an xml document. I know cpanel25 does.
Dan Blomberg
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.net
I'm pretty sure all cPanel servers can parse XML.
Unless my memory is failing me (again), I believe
PHP by default supports XML parsing.
"How can someone be so distracted yet so focused?"
- C
Even if it doesn't, you can write a custom script to parse XML without any needed modulesOriginally Posted by Jonathan
David
Many thanks for the info.![]()
If you're using PHP, this site has much information.
"I have never made but one prayer to God, a very short one: 'O, Lord, make my enemies ridiculous.' And God granted it." --Voltaire
In cpanel 58, it says "Cannot instantiate non-existent class: xmlreader in /home/talesofm/public_html..."
how can I over come this problem?
Your script is trying to create a class object which is not defined and it sounds like it should be defined in one of your other scripts, perhaps it isn't included properly.
There are currently 1 users browsing this thread. (0 members and 1 guests)