News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Mangling XML as Text with PHP DOM
July 24, 2008 @ 09:35:16

In trying to convert over several HTML pages to the DITA XML format, James Edwards came up against a problem involving recursion:

But a problem I came across several times was the sheer complexity of recursive element conversion '" <code> becomes <jsvalue> (or one of a dozen similar elements), <a> becomes <xref> '¦ and that's all simple enough; but each of these elements might contain the other, or further child elements like <em>, and as we walk through the DOM so the incidence of potential recursion increases, until it gets to the point where my brain explodes.

His solution involves working with both regular expressions and document fragments. He loads the node he wants to work with, its parsed to prepare it and is passed off to do the "text-based mangling" to update it. The result is them pushed back into an XML object (fragment) and this is pushed back into the main document with a replaceChild call.

0 comments voice your opinion now!
dom xml convert dita replacechild fragment node tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Creating PDF Documents with Zend Framework

Stefan Mischook's Blog: Introduction to MySQL Video Tutorial

Asvin Balloo's Blog: AJAX image cropper with YUI and PHP

Lorna Mitchell's Blog: PHP REST Server (Part 2 of 3)

DevShed: Working with Directory Iterators and Proxy Classes with PHP 5


Community Events











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


database phpunit community functional series code release opinion interview podcast application composer language introduction framework zendframework2 development testing example api

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