Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » The reference to entity "id" must end with the ';' delimiter. Bug?
The reference to entity "id" must end with the ';' delimiter. Bug? [message #624237] Mon, 26 July 2010 03:49 Go to next message
Ole Ersoy is currently offline Ole ErsoyFriend
Messages: 205
Registered: July 2009
Senior Member
Hi,

I'm writing some documentation that includes a link to an infocenter bug. When I open the page in firefox, it displays fine and the link works fine. However when attempting to load the page in the infocenter I get the following error:

The reference to entity "id" must end with the ';' delimiter.
It's because of the doctype used. If I delete the doctype declaration the infocenter loads the page fine. Just wondering if this is a bug?

The page looks like this:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
<link rel="stylesheet" href="../../book.css" charset="ISO-8859-1" type="text/css"></link>
<title>Including MathML</title>
</head>

<body>
<h1>Including MathML</h1>
<p>
See:
<a href=" https://bugs.eclipse.org/bugs/show_bug.cgi?format=multiple&a mp;id=317215">Help content containing MathML is not rendered correctly in Infocenter</a>.
</p>

</body>
</html>


Thoughts?

TIA,
- Ole
Re: The reference to entity "id" must end with the ';' delimiter. Bug? [message #624240 is a reply to message #624237] Thu, 29 July 2010 20:42 Go to previous messageGo to next message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
It does look like a bug. Documents with a doctype of xhtml get preprocessed by the help system to support inclusion and replacement of content.

The workaround is to use an HTML doctype but in the meantime can you file a bug also?
Re: The reference to entity "id" must end with the ';' delimiter. Bug? [message #624241 is a reply to message #624240] Fri, 30 July 2010 00:03 Go to previous messageGo to next message
Ole Ersoy is currently offline Ole ErsoyFriend
Messages: 205
Registered: July 2009
Senior Member
OK - It's been filed.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=321279

Please let me know if there's anything else that would be helpful.

Cheers,
- Ole
Re: The reference to entity "id" must end with the ';' delimiter. Bug? [message #624242 is a reply to message #624240] Fri, 30 July 2010 18:36 Go to previous message
Pierre Candela is currently offline Pierre CandelaFriend
Messages: 23
Registered: July 2009
Junior Member
On 7/29/2010 10:42 PM, Chris Goldthorpe wrote:
> It does look like a bug. Documents with a doctype of xhtml get
> preprocessed by the help system to support inclusion and replacement of
> content.
>
> The workaround is to use an HTML doctype but in the meantime can you
> file a bug also?

I don't think it's a bug. The '&' character in the bugzilla url
should've been escaped, ie:
https://bugs.eclipse.org/bugs/show_bug.cgi?format=multiple&a mp;amp;id=317215

Pierre
Previous Topic:Defining a search scope using criteria
Next Topic:Infocenter and command support
Goto Forum:
  


Current Time: Thu Apr 25 07:05:30 GMT 2024

Powered by FUDForum. Page generated in 0.03052 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top