April 24, 2003
Exposing your XML
I'm doing a little
experimenting. This is a link to an XML representation of an article here. I've used a pretty wide range of namespaces. The result is you can directly access the raw XML data behind each post.
I'm still refining it a bit. But what this sort of thing /might/ provide is the ability for trackback and similar tools a more robust way to 'get at' the sort of real data those systems might want to use.
Right now I'm building them, individually, via a template. I could just as easily build these on the fly via a CGI. I'm not entirely sure which I prefer. Static files are a predictable load on the CPU and, when possible, I prefer using them.
It starts to get more interesting when items have trackbacks and comments on them. Like this one.
There are some other things that dovetail nicely into this sort of thing. More to come...
Anyway, just thought I'd share some of the work in progress.
If your site is XML / XSLT driven then surely just exposing the entire XML dump of a page and having done with it is the easiest option for instance... http://eu.webmatrixhosting.net/Fusax/conclave.aspx?action=DisplayTopic&topic=FrontPage&referedBy=WebLog&style=&dump=true ...in which case it can be integrated into a remote site to the content of ones heart.
Posted by: Guy Murphy on April 25, 2003 08:00 AM






