[Desktop] Decoding an html file

I wasted most of the afternoon on this…

I was trying to decode data from an html file and it does not worked at all: all entries went wrong.

Where the error lies is… because I was reading the html page source from Firefox and none of the fields (excepted the first one) went wrong: after working with the debugger, I noticed some InStr returned 0 where it was impossible…

Minutes ago, I loaded the locally saved html file as raw html code and noticed many differences betwenn the source code displayed in Firefox vs what I had in the TextEdit (Apple) document:

"[/code] instead of [code]'

Numeric values surrounded with quotes or not, etc.

Conclusion:
Don’t be fooled by Firefox (or any other navigator): read the html data from the saved file on the disk !