Validation Problem. XML...
Hello, my name is Ryan and I used to post here several years ago under the same account name, but different account. You should be seeing a lot more of me now.
First off, I took programming courses in college, however, the school I went to wasn't as efficient as I'd like to think.. I just recently started up my own website for fun. The topic of the website for all-purposes is the linkshell that I created in the game Final Fantasy XI Online.
I am trying to switch over to xhtml. I have the Deitel & Deitel textbooks "Internet & World Wide Web: How to Program" and "Java: How to Program" from my classes that I took about two years ago.
I am refreshing my memory to the code and programming procedures as I read along with the book, however..
I am using a very simple XML document to start off, and I've validated it at http://validator.w3.org/ via upload, however. When I try to use it on my website, I receive an error. The location of the file on the website is:http://ftsls.com/xhtml/main.html.
The code is perfect according to the book, and in my struggle, I took away nearly everything in the code so that it's at a simplistic state. However, there is still something wrong.
Please help!
If there is any other information that I can provide to assist you in assisting me, please let me know.
Thank you very much for your time.
-Ryan_
Re: Validation Problem. XML...
Quote:
Originally posted here by kraftwerk
I am using a very simple XML document to start off, and I've validated it at http://validator.w3.org/ via upload, however. When I try to use it on my website, I receive an error. The location of the file on the website is:http://ftsls.com/xhtml/main.html.
The code is perfect according to the book, and in my struggle, I took away nearly everything in the code so that it's at a simplistic state. However, there is still something wrong.
Your page is invalid according to the W3C validator when applied via URL: http://validator.w3.org/check?uri=ht...ml%2Fmain.html
I'd suggest reading the XHTML section at http://www.w3schools.org as it's very comprehensive.