Posted in Coldfusion, XML on Sep 28th, 2006 No Comments »
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:
Coldfusion,
DOM,
namespaces,
XML
Posted in Coldfusion, XML on Aug 30th, 2006 No Comments »
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 »