Re: QDomDocument can't read the file content
Hi Wysota,
Yes I run the code now I have figured out the problem after running your code. what my mistake is when I am creating the project in Qt crestor 4.7 I get two folders "NewXML"(projectname) and "newxml-build desktop" ( I don't know what it is for). I used to copy the file in the first one, but when i copy the file to the second one it is detecting the file.
I am extremely sorry to all of you.
Thank you,
Baluk
Re: QDomDocument can't read the file content
The "*-build something" directory is the directory used to build the program. It contains the executable.
The other dir contains the source files.
You can change this behavior in Qt Creator.