Archive for 6/19/2004

Is the intifada over?

0

Charles Krauthammer: “While no one was looking, something historic has happened in the Middle East. The Palestinian intifada is over, and the Palestinians have lost.”
There are some great lessons in there for American foreign policy, so read on.

Fun with XML

2

I recently updated to FireFox .9, the latest and greatest web browser from Mozilla.org

I then installed Bookmarks Synchronizer, a Firefox extension that allows me to synchronize my bookmarks by uploading an XML file to my website every time they are updated.

I wanted to provide a nicely formatted page on my websites, so I found an XSL transform to convert the XML file to HTML on the fly. I then wrote a PHP script which takes an XML file and XSL transform and outputs the processed HTML or XML.
You can view the result of my handiwork here: http://www.rationalmind.net/bookmarks

(That URL actually loads http://www.rationalmind.net/?file=XSLT&xml=david/bookmarks.xml&xsl=david/bookmarks.xsl)

If you would like to try this yourself, the code is below:
(more…)

Go to Top