syntax error '<'
-
i was not sure whether to post this in this forum or the xml page but i hope someone can help me. my problem is that when i try to include an xml file to my code i get a syntax error '<' from the line "< ?xml version="1.0" encoding="utf-8" ? >" but that code has to be there just like that doesnt it? i cannot figure out why it is giving me this error. any help would be greatly appreciated. Thank You - Kyle -- modified at 1:40 Sunday 30th October, 2005
-
i was not sure whether to post this in this forum or the xml page but i hope someone can help me. my problem is that when i try to include an xml file to my code i get a syntax error '<' from the line "< ?xml version="1.0" encoding="utf-8" ? >" but that code has to be there just like that doesnt it? i cannot figure out why it is giving me this error. any help would be greatly appreciated. Thank You - Kyle -- modified at 1:40 Sunday 30th October, 2005
gr8coaster329 wrote:
?xml version="1.0" encoding="utf-8" ? >
Hi :) I think you most change "< ?" to "<?" , you have an space between < and ? , ? and >
<? xml version="1.0" encoding="utf-8" ?>
Iman Ghasrfakhri -- modified at 1:26 Sunday 30th October, 2005 -
gr8coaster329 wrote:
?xml version="1.0" encoding="utf-8" ? >
Hi :) I think you most change "< ?" to "<?" , you have an space between < and ? , ? and >
<? xml version="1.0" encoding="utf-8" ?>
Iman Ghasrfakhri -- modified at 1:26 Sunday 30th October, 2005I do have it like that. i just posted it wrong. sorry about that. - Kyle -- modified at 13:13 Sunday 30th October, 2005
-
i was not sure whether to post this in this forum or the xml page but i hope someone can help me. my problem is that when i try to include an xml file to my code i get a syntax error '<' from the line "< ?xml version="1.0" encoding="utf-8" ? >" but that code has to be there just like that doesnt it? i cannot figure out why it is giving me this error. any help would be greatly appreciated. Thank You - Kyle -- modified at 1:40 Sunday 30th October, 2005
How and where are you including this XML file?
"Take only what you need and leave the land as you found it." - Native American Proverb
-
How and where are you including this XML file?
"Take only what you need and leave the land as you found it." - Native American Proverb
DavidCrow wrote:
How and where are you including this XML file?
i am including it with #include "file.xml" at the top of my code. is that wrong? - Kyle
-
DavidCrow wrote:
How and where are you including this XML file?
i am including it with #include "file.xml" at the top of my code. is that wrong? - Kyle
gr8coaster329 wrote:
is that wrong?
Very much so. You can, however, include it as a resource in the project's .rc file.
"Take only what you need and leave the land as you found it." - Native American Proverb