473,394 Members | 1,765 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

page will not validate without errors

Hi,
I have been trying to validate an xhtml 1.0
transitional page with the W3C Markup Validater.
After making all corrections and validating the
css, the validater still says the page is not
valid but it returns no errors.
The WDG validater returns the following.
I don't understand what this means.

* Line 116, character 8:

</html>
^

Error: entity end not allowed in processing
instruction
* Line 116, character 8:

</html>
^

Error: end of document in prolog

thanks
pcoch
Jul 23 '05 #1
4 9431
ØvêrÇloçkër <pc******@netscape.net> wrote:
Hi,


Hi. We need a URL.
Jul 23 '05 #2
On Wed, 05 Jan 2005 20:25:57 -0500, ØvêrÇloçkër wrote:
I don't understand what this means.

* Line 116, character 8:

</html>
^

Error: entity end not allowed in processing instruction
It means that the validator's parser reached end-of-file while still
accumulating the content of a processing instruction.
* Line 116, character 8:

</html>
^

Error: end of document in prolog
The "prolog" is everything (such as the doctype declaration) that comes
before the first starttag (in this case, "<html>").

Somewhere towards the beginning of the file, you have started a
processing instruction with the sequence "<?", *without* ending it with
the sequence "?>".

My guess is that you have a malformed xml declaration.


thanks
pcoch


Jul 23 '05 #3
I think you may be on to something there.. the xml
is...

<?xml version="1.0">
Arjun Ray wrote:
On Wed, 05 Jan 2005 20:25:57 -0500, ØvêrÇloçkër wrote:

I don't understand what this means.

* Line 116, character 8:

</html>
^

Error: entity end not allowed in processing instruction



It means that the validator's parser reached end-of-file while still
accumulating the content of a processing instruction.

* Line 116, character 8:

</html>
^

Error: end of document in prolog



The "prolog" is everything (such as the doctype declaration) that comes
before the first starttag (in this case, "<html>").

Somewhere towards the beginning of the file, you have started a
processing instruction with the sequence "<?", *without* ending it with
the sequence "?>".

My guess is that you have a malformed xml declaration.





thanks
pcoch



Jul 23 '05 #4
The xml declaration was the problem.
corrected to...
<?xml version="1.0"?>

Page validated.
thank you so much.

btw, the page is...
serena.homedns.org/xhtml1.0.html

Arjun Ray wrote:
On Wed, 05 Jan 2005 20:25:57 -0500, ØvêrÇloçkër wrote:

I don't understand what this means.

* Line 116, character 8:

</html>
^

Error: entity end not allowed in processing instruction



It means that the validator's parser reached end-of-file while still
accumulating the content of a processing instruction.

* Line 116, character 8:

</html>
^

Error: end of document in prolog



The "prolog" is everything (such as the doctype declaration) that comes
before the first starttag (in this case, "<html>").

Somewhere towards the beginning of the file, you have started a
processing instruction with the sequence "<?", *without* ending it with
the sequence "?>".

My guess is that you have a malformed xml declaration.





thanks
pcoch



Jul 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Guy Hocking | last post by:
Hi there, First of all my apologies for seeming nieve and perhaps ignorant, i am new to ASP so forgive me. The Problem - I have an ASP page that has a number of list boxes in a form. These...
5
by: cliff | last post by:
I am in the process of developing an application and would like to hide the query strings in the URLs. I want to POST data to a page then validate the data. If there is an error I have to send data...
9
by: Jacquie | last post by:
hello- I am hoping someone can help me solve this mystery. My pages always say Done with error on page on the bottom. They appear fine on my computer but other people can't all see it on their...
28
by: Glenn Alcott | last post by:
On a page I am working on which has three graphic buttons, there is a small line between two of the buttons which links to the same page as one of the buttons. I have no idea how this line got in...
3
by: Tiësto | last post by:
Does it represent an error? I couldn't get to work 2 of them, I and thought maybe it isn't possible, and the two server validation functions must be put together.
3
by: Greg Krzeszkowski | last post by:
Hi, This might be a little odd but I need to implement a back/"return to previous page" function from different pages within my asp.net application. The page the back button on has a property...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
10
by: ashkaan57 | last post by:
The web site is in two languages, one in English and the other in Farsi (Persian) which is a right-to-left language. So, I used two stylesheets, with the same info, and changed the right and left...
2
by: Baron Samedi | last post by:
My whole site is PHP. That means that there are various includes which make up each page so that I can have standard headers/footers/menu, etc If the content of one of these changes, it might break...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.