Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Builder.au:
Dynamic XML document construction with the PHP DOM
Jan 25, 2007 @ 00:32:00

On Builder.au, there's a new tutorial talking about the dynamic construction of an XML document using the DOM functionality already built into most PHP installs out there.

They work through the different steps:

  • Creating the Doctype declaration
  • Adding elements and text nodes
  • Adding attributes
  • Adding CDATA blocks and processing instructions
  • Saving the results
For each on the list, there's code and explanation to help you create the document. By the end, you'll have a document that gives you all the information you'd want to know about someone's pizza order.

tagged: dynamic xml construction dom function tutorial dynamic xml construction dom function tutorial

Link:

Builder.au:
Dynamic XML document construction with the PHP DOM
Jan 25, 2007 @ 00:32:00

On Builder.au, there's a new tutorial talking about the dynamic construction of an XML document using the DOM functionality already built into most PHP installs out there.

They work through the different steps:

  • Creating the Doctype declaration
  • Adding elements and text nodes
  • Adding attributes
  • Adding CDATA blocks and processing instructions
  • Saving the results
For each on the list, there's code and explanation to help you create the document. By the end, you'll have a document that gives you all the information you'd want to know about someone's pizza order.

tagged: dynamic xml construction dom function tutorial dynamic xml construction dom function tutorial

Link:


Trending Topics: