On 10/18/07, Philippe Carmel <[EMAIL PROTECTED]> wrote:
> Line 39, Column 333: cannot generate system identifier for general entity
> "Params"
>
> nencyclopedia.com/index.cfm?PgNm=TCE&Params=A1SEC888157#SEC888172"
> target="bl?

With XHTML, you can't have unencoded ampersands in your URLs. So where
that line says "=TCE&Params=", it should say "=TCE&amp;Params=".
Otherwise it's trying to look for an entity called "&Params=A1SEC..."
and runs into a couple of problems: one, there's no terminating
semicolon, and two, no such named entity exists!

Anyway, long story short: & has to be &amp; for XHTML.

Hope that helps!

:Dan Dorman
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to