Italo Maia wrote:
> Well, i have a page here, it goes jsut fine. But when i insert some
> comments in the body, it gives some random errors.
>
> Like: ExpatError: not well-formed (invalid token): line 27, column 24
>
> The diference from both pages is just in line 27. A comment.
I get the error on line line 29, column 15, given your example, but
maybe
you changed the file a little before posting it.
anyway, the problem isn't the comment, it's that you're using a
ISO-8859-1
character (the "รก") in a file that don't have an explicit encoding
declaration.
try adding
<?xml version="1.0" encoding="ISO-8859-1"?>
to the top of the file (or make sure that you save the file as UTF-8,
not ISO-
8859-1).
hope this helps!
</F>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---