Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.HXC - File Extension for Help 2 Collection Definition
What is HXC? HXC is used as the file extension for Windows Help 2 Collection Definition files. .HXC files are XML files that are used to store help documentation's collection definitions. See the sample .HXC file included below.
✍: FYIcenter.com
 
File Extension: .HXC
MIME Type: text/xml
File Content: Help 2 Collection Definition
.HXC files are Windows Help 2 Collection Definition files. Here is a sample .HXC Help 2 Collection Definition file, NETSDK.HxC:
<?xml version="1.0"?>
<!DOCTYPE HelpCollection>
<HelpCollection
  DTDVersion = "1.0" 
  Id = "FxSDK.2.0" 
  FileVersion = "8.0.41025.0" 
  LangId = "1033" 
  Title = "Microsoft .NET Framework 2.0 SDK Documentation"> 
  <AttributeDef File="NETSDK.HxA"/> 
  <TOCDef File = "NETSDK.HxT" />
  <TOCDef File = "_VS80_Express.hxt" Id = "InsertTOC:VSExpress" /> 
  <KeywordIndexDef File = "NETSDKALinks.HxK" />
  <KeywordIndexDef File = "NETSDKBLinks.HxK" />
  <KeywordIndexDef File = "NETSDKKLinks.HxK" />
  <KeywordIndexDef File = "NETSDKFLinks.HxK" />
  <KeywordIndexDef File = "NETSDKNLinks.HxK" />
  <KeywordIndexDef File = "NETSDKSLinks.HxK" />
  <KeywordIndexDef File = "NETSDKSamples.HxK" />
  <ItemMoniker Name = "!DefaultNamedUrlIndex"      ProgId="HxDs.HxIndex"     
    InitData="NETSDKNamedUrls" />
  <ItemMoniker Name = "!DefaultToc"        ProgId="HxDs.HxHierarchy" 
    InitData="NETSDK.HXT" />
  ...
</HelpCollection>
.HXC Help 2 Collection Definition file sample: Click sample.hxc to download.
Since .HXC files are in XML format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .HXC Help 2 Collection Definition files, see links below:
2012-09-02, 4403👍, 0💬
Popular Posts:
Karaoke files storing MIDI music messages and synchronized lyrics to play on Karaoke machines. A KAR...
What is DOTX? DOTX, short name for Document Template XML, is used as the file extension for files in...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...
What is DOT? DOT, short name for Document Template, is used as the file extension for files in Micro...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...