News Feed
Jobs Feed
Sections




News Archive
DevShed:
Handling HTML Strings and Files with the DOM XML Extension in PHP 5
March 26, 2008 @ 08:46:05

On DevShed today, they continue their series looking at working with XML in PHP with the DOM functionality with the fifth part of their series, a look at working with HTML strings and file data.

Understanding how to use the methods and properties provided by this library requires a little effort from you, despite its fairly easy learning curve. [...] The DOM XML extension has plenty of options when it comes to moving portions of an XML document (or even the entire document) from one place to another. This is certainly a process that can be performed with minor hassles by utilizing the intuitive DOM API mentioned in the beginning.

They show how to use loadHTML to pull in the text from an HTML string and use loadHTMLFile to pull it in from an external HTML file. Finally, they show how to write the data and whatever changes you might have made to it, back out to a file with saveHTMLFile.

0 comments voice your opinion now!
tutorial dom extension xml handling html savehtmlfile loadhtml loadhtmlfile


blog comments powered by Disqus

Similar Posts

Mfana Ronald Conco's Blog: RabbitMQ and PHP Part 1

Davey Shafik's Blog: ext/dom and libxml2 charset and entities behaviors

Jani Hartikainen's Blog: Making a PDF generator class using Zend_Pdf

Bob Majdak's Blog: Making images transparent using Imagick - enter the pixel iterator

Adam Lundrigan: Quick-and-dirty ZF2: Zend\Navigation


Community Events











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


interview rest framework opinion podcast development unittest functional language introduction usergroup phpunit conference community series release database zendframework2 symfony2 testing

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