![]() |
Microsoft HTMLHelp Workshop can insert keywords also as an object tag embed in the HTML source text.
.. <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e"> <param name="Keyword" value="fruits, southern"> <param name="Keyword" value="fruits, southern,grapes"> <param name="Keyword" value="fruits, southern,orange"> <param name="Keyword" value="fruits, southern,pineapple"> </object> ..
This keywords are stripped out of the HTML source text by the compiler. One can use this as a trick to the protection of an effortful index since the keywords are only available in the index when decompiled and in the HTML source text no more. You must activate "Include keywords from HTML editor" on tab "Files" in the project properties.
![]() |