Hi, I wanted to use TinyXML for parsing websites, first to get an Impress of the Website i wanted to use the tutorial code "dump_to_stdout" and it compiled fine, but it always says failed to load file….
I tested different Filenames, i tried absolute and relative path, and some of the example xml files, cause i thought, my website could be too long.
But nothing helped.
What can i do?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I wanted to use TinyXML for parsing websites, first to get an Impress of the Website i wanted to use the tutorial code "dump_to_stdout" and it compiled fine, but it always says failed to load file….
I tested different Filenames, i tried absolute and relative path, and some of the example xml files, cause i thought, my website could be too long.
But nothing helped.
What can i do?
HTML generally isn't XML…it probably really is failing.
lee
Hi, the problems were, that the Document was in Unicode, and the second problem was, that there were tags without ending.