Question
cffile can't read a br tag?
I'm having cffile read an html file, and it works fine every time - unless there is a <br /> within a paragraph like this:
<p>By Bob Jones<br />Media Features</p>
Doesn't make sense, but if I take out the <br />, the file gets read just fine, every time. I should mention I'm also doing an xmlparse on the file, and I believe that's where the error is occuring.
