Using XML with PHP
Posted: Tue Jan 05, 2010 11:58 am
Hey,
I am developing a framework to use personally to build web pages and I want to use XML markup as a means of storing some static information. My question for advice comes from the use of PHP's XML capabilities. Via the documentation I see that different versions of PHP have different libraries and I was wondering if using XML still makes sense given that I usually work with PHP 4.3 - 5.2 at the moment and there are different libraries based on version.
Has anyone been able to use XML across the board for the versions of PHP?
Which library is satisfactory enough to use as part of a framework design?
I am developing a framework to use personally to build web pages and I want to use XML markup as a means of storing some static information. My question for advice comes from the use of PHP's XML capabilities. Via the documentation I see that different versions of PHP have different libraries and I was wondering if using XML still makes sense given that I usually work with PHP 4.3 - 5.2 at the moment and there are different libraries based on version.
Has anyone been able to use XML across the board for the versions of PHP?
Which library is satisfactory enough to use as part of a framework design?