Posted in XML on Sep 22nd, 2006 No Comments »
So Bruce gave me a few tips on how to create a more effective transform that would change all different types of newsfeeds into HTML. My conversations with him helped me discover the fact that there are two different ways to develop XSLTs: push and pull methods. For a more detailed explanation check out this [...]
Read Full Post »
Tags:
XML,
XSLT
Posted in RSS, XML on Aug 28th, 2006 1 Comment »
I really wish that I had time to spend working on one project consistently. My XML project has been dragging as I work on a bunch of other job duties (most of them not related to coding). I was excited that Bruce has some suggestions about how to make my transformation for efficient. Unfortunately his [...]
Read Full Post »
Tags:
Coldfusion,
news-feeds,
XSLT
Posted in RSS, XML on Aug 25th, 2006 2 Comments »
I’m still working on getting Coldfusion to transform RSS and Atom feeds into HTML and I’ve got stylesheets that work for each of the flavors of these RSS 0.9, 1.0, and 2.0 and Atom 1.0 and 0.3 . However, I’m having troubling with getting Coldfusion to tell that an Atom 0.3 feed is that so [...]
Read Full Post »
Tags:
Coldfusion,
news-feeds,
XSLT
Posted in XML on Aug 21st, 2006 10 Comments »
I’ve been working on code to include newsfeeds into a web page using Coldfusion for our libraries new content management system. The first issue with creating this kind of code is that there are various types of news feeds available: RSS .9x, RSS 1.0, RSS 2.0, and Atom feeds. I want my tool to be [...]
Read Full Post »
Tags:
Xpath,
XSLT