Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
User Interfaces
Help
Help Authoring
 Include (.HxF) 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 
Include (.HxF) File 

Lists all the files—such as index (.HxK) files, table of contents (.HxT) files, HTML topic files, cascading style sheets, script files, graphic and other media files—to include in a compiled Help (.HxS) file.

Example

The following example shows the basic structure of a file list file.

NoteNote

The file consists of tags, each of which contains one or more attributes.

Choose an attribute to see its corresponding topic.

Comments indicate which attributes are required.

Where applicable, defined choices are displayed in parentheses.

All attribute values must be enclosed in quotation marks.

As with all XML documents, the tags and attributes in this file are case-sensitive.

<?xml version="1.0"?>

<!DOCTYPE HelpFileList SYSTEM "ms-help://hx/resources/HelpFileList.DTD">

<HelpFileList

   Id Attribute = ""

   DTDVersion Attribute = "1.0" <!-- Required -->

   FileVersion Attribute = ""

>

<File <!-- Can appear 0 or more times -->

   Url Attribute = "" <!-- Required -->

/>

</HelpFileList>

NoteNote

When you create a project in Microsoft Help Workshop, an include (.HxF) file is automatically added to the project, and automatically updated when the project is saved or compiled. Although the .HxF file cannot be edited from within Microsoft Help Workshop, it can be manually edited from a text editor like Notepad from outside the Visual Studio IDE.

See Also

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