Hi:
Just a quick question about valid xHTML code output.
I was curious if I am doing something wrong? Is there an easy way to
fix the issue?
(a search of this discussion board only yielded me info on <FORM>
validation issues ;(
The Hello World example worked perfectly for me and was extremely
helpful.
However, I was expecting to get a perfectly valid xHTML page, which I
didn't
---------
Problem Details:
Errors relate to:
- Common error occurs when including a URL which contains an ampersand
("&"):
- This is invalid! <a href="foo.cgi?
chapter=1§ion=2©=3&lang=en">...</a>
This example generates an error for "unknown entity section" because
the "&" is assumed to begin an entity reference. Browsers often
recover safely from this kind of error, but real problems do occur in
some cases. In this example, many browsers correctly convert ©=3
to ©=3, which may cause the link to fail.
- Note that in most documents, errors related to entity references
will trigger up to 5 separate messages from the Validator. Usually
these will all disappear when the original problem is fixed.
See hello world errors at:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmrmtest1.appspot.com%2F%23
Validation Output: 12 Errors
1. Warning Line 133, Column 69: cannot generate system identifier
for general entity "continue".
…com/accounts/ServiceLogin?service=ah&continue=http://
mrmtest1.appspot.com/_ah
etc.
---------
I am thankful for any responses on this topic and I assume that
validation of output is important to many
users of App Engine.
Rob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---