Weblog entry #15 for bacula
#15
how to enable XML parser for php
Posted by bacula on Tue 20 Mar 2007 at 12:18
Hi, I want to write a php script to parse XML data from xml file.I using debian sarge how to enable php for XML parse. Thanks for your help
Comments on this Entry
Posted by Anonymous (213.164.xx.xx) on Tue 20 Mar 2007 at 15:12
You should know this!
# Find the package
apt-cache search php4 | grep -i xml
# Gives
apt-get install php4-domxml
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
# Find the package
apt-cache search php4 | grep -i xml
# Gives
apt-get install php4-domxml
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
[ Parent | Reply to this comment ]
Posted by Anonymous (80.68.xx.xx) on Tue 20 Mar 2007 at 15:25
You should know this!
# Find the package
apt-cache search php4 | grep -i xml
# Gives
apt-get install php4-domxml
# Find the package
apt-cache search php4 | grep -i xml
# Gives
apt-get install php4-domxml
[ Parent | Reply to this comment ]
thank you very much for your reply.I will try this
[ Parent | Reply to this comment ]