Thus far, the most glaring problem with the XML/XSLT driven weblog has been in how formatting (like paragraphs or images) embedded in the XML documents would cause Mozilla to display the HTML tags rather than rendering the HTML.
As I explained earlier, disable-output-escaping is a method to render HTML tags embedded in XML documents. In […]
Movabletype outputs this particular weblog to pure XML (extensible markup language). This data can be ported to any source you like. This document reads the XML data and transforms it into something that a web browser (in our case, IE6, Netscape 6+, Mozilla) can read.
I seem to be making pretty good progress on converting the entire movabletype weblog (MT Carbon, as it is now called) over to a portable XML format. I have all the archive pages completed and a comments system partially implemented. To get the comments system working, I used this thread as a resource.
You […]
Today, I have a small demonstration.
Small - seeing that I’m unsure how to tie the XML and XSLT together with PHP using the DOM XML Extension installed on my host’s server(s).
On to the show!
Let us suppose that I created a new weblog. Now, let us also assume that I really don’t feel much like […]
With both the ideas and a bit of encouragement from Dave Shea at mezzoblue.com, I’m embarking on a nifty little project. One, that I should mention is being explored by a number of individuals.
First, I should mention Dave’s post on the subject. He earlier tried making some of the CSS Zen Garden designs […]