Month: May 2005

Using importNode and appendChild with PHP 5 DOM

Using importNode and appendChild with PHP 5 DOM

importNode is one of the DOM functions in PHP 5 that I struggled with for a while. What I wanted to do was to take an XML node from one document and insert it into another, and somehow that wasn’t particularly easy. I tried using ‘appendChild’ but kept getting ‘wrong document’ error messages. Once it …

+ Read More

Using removeChild with the PHP 5 DOM

Using removeChild with the PHP 5 DOM

The documentation for PHP 5’s DOM functions isn’t at its most helpful yet, so I thought an example of how to use ‘removeChild’ wouldn’t go amiss. Assuming first that you have some DOMDocument XML in a variable called $xml, that may look something like this: My title The first thing to do is to get …

+ Read More

Review of the Honda CBR 1100 Super Blackbird

Review of the Honda CBR 1100 Super Blackbird

I’ve just had the pleasure of a week and a half with one of Honda’s biggest, and fastest, bikes: the Super Blackbird. Thankfully, no-one calls it the ‘Super Blackbird’ but just sticks to the plain and simple ‘Blackbird’. Before getting on the bike I was slightly unsure about whether I’d take to it. I loved …

+ Read More