In this post I’ll explain a clever way to automatically generate a list of XPath expressions that can be used to select any element and attribute in an XML document. We’ll use PHP’s SimpleXML extension to easily parse and traverse the XML document and to build a simple XPath generator. Continue reading…
How to convert any MySQL table and data to a well-formed XML document using PHP. Building a generic solution to a common problem.
Continue reading…