Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
User Interfaces
Help
Help Authoring
 HxMerge Project (.HxM) File
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio SDK 
HxMerge Project (.HxM) File 

Specifies files and options to be used by HxMerge.exe in the creation of combined full-text index (.HxQ) files, and combined attribute index (.HxR) files.

Example

The following examples show the basic structure of a project file and its accompanying include file.

NoteNote

No document type definition (DTD) file has been provided for the .HxM file. Because HxMerge.exe reads this file as well-formed XML, a DTD is not required.

The file specified for the StopWordFile attribute should be the same stop word list file that the Help title was compiled with.

<?xml version="1.0"?>

<!DOCTYPE HelpAttributes>

<CombinedHelpIndex

   Id Attribute = ""

   DTDVersion Attribute = "1.0"

   FileVersion Attribute = ""

   LangId Attribute = "1033"

   StopWordFile Attribute = "*.txt"

   OutputFile Attribute = (*.hxq|*.hxr)"

   BuildResult Attribute = (FTS|Attr)>

<IncludeFile File Attribute = "*.txt"/>

</CombinedHelpIndex>

The include file is a text file, saved with a .txt extension. This file should contain only the local path for each .HxS file to include in the merge.

C:\Project_1\Title_1.HxS
C:\Project_2\Title_2.HxS

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker