When Is XML Not XML?
Tuesday, November 20th, 2007Here is a mystery for folks. I’ve updated my parsing engine for coldfusionbloggers.org.
I’m using CFHTTP now so I can check Etag type stuff. I take the result text and save it to a file to be parsed by CFFEED.
But before I do that I check to ensure it’s valid XML. Here is where it gets weird. Charlie Griefer’s blog works with CFFEED directly, but isXML on the result returns false. But - I can xmlParse the string no problem. Simple example:
(more…)


