Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » infocenter search database
infocenter search database [message #623239] Fri, 06 March 2009 21:58
David Kyle is currently offline David KyleFriend
Messages: 125
Registered: July 2009
Senior Member
I have a small problem that I don't fully understand. I have an
infocenter which is working except that the meta keywords are not being
included in the search database.

The keywords 'ooga' and 'booga' in the following text is not put into
the search database.

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD
XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta content="ooga, booga" name="keywords" />
</head>
<body>
</body>
</html>

If I remove the DOCTYPE information then the keywords are placed in the
search database.

<?xml version="1.0" encoding="UTF-8"?>
<html lang="en-us" xml:lang="en-us">
<head>
<meta content="ooga, booga" name="keywords" />
</head>
<body>
</body>
</html>

Are 'keywords' not supported with xhtml?

Thanks,
David
Previous Topic:context help showing wrong content
Next Topic:Huge memory consumption of Eclipse Infocenter
Goto Forum:
  


Current Time: Fri Apr 19 16:07:53 GMT 2024

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

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

Back to the top