News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Builder.com:
Dynamic XML document construction with the PHP DOM
December 11, 2006 @ 11:05:00

Builder.com as posted a quick tutorial on working with the DOM functionality in PHP to create a dynamic XML document (Doctype and all).

Over the course of this article, I'll be introducing you to the main functions in this API, showing you how to programmatically generate a complete well-formed XML document from scratch and save it to disk.

They start off with creating the Doctype declaration before actually adding the content into the file (elements and text nodes), adding some attributes to the nodes, putting CDATA blocks inside them, and pushing out the results on the other side to be saved to a local "order.xml" file.

You can also download this article if you'd like to work with it (and its included PHP files) on your own.

0 comments voice your opinion now!
xml dom dynamic document create attribute node doctype cdata xml dom dynamic document create attribute node doctype cdata



Similar Posts

Zend Developer Zone: The Storage Medium

Lukas Smith's Blog: KISS my...

Builder.com: Dynamic XML document construction with the PHP DOM

DevShed: Parsing Child Nodes with the DOM XML extension in PHP 5

Builder.com: Dynamic XML document construction with the PHP DOM


Community Events







Don't see your event here?
Let us know!


job PEAR conference database book code security release package zendframework releases example zend ajax developer application framework mysql cakephp PHP5

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework