Feed on
Posts
Comments

Archive for the 'Coldfusion' Category

I’ve been posting off and on about ways to transform an RSS or Atom feed into HTML using an XSLT, and Coldfusion. However, I failed to mention that you can also use the DOM and Coldfusion to make the transform happen. Here is a working example that does RSS 1.0, RSS 2.0, and Atom 1.0 [...]

Read Full Post »

Tags: , , ,

Remember how I said I was having problems using the XmlTransform function in Coldfusion to transform my EADs into HTML? My original solution was to alter the XML document. Not desirable, but I couldn’t find another way to deal with it. Well, here is another possible solution I found, which involves stripping the stylesheet and [...]

Read Full Post »