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:
.HXA - File Extension for Help 2 Attribute Definition
What is HXA? HXA is used as the file extension for Windows Help 2 Attribute Definition files. .HXA files are XML files that are used to store help documentation's attributes definitions. See the sample .HXA file included below.
✍: FYIcenter.com
File Extension: .HXA
MIME Type: text/xml
File Content: Help 2 Attribute Definition
.HXA files are Windows Help 2 Attribute Definition files. Here is a sample .HXA Help 2 Attribute Definition file, NETSDKALinks.HxK:
<?xml version="1.0"?> <!DOCTYPE HelpAttributes> <HelpAttributes DTDVersion="1.0"> <AttName Id="4" Name="Build" Display="No" UIString="Context: Build" AttType="Enum"> <AttVal Id="4_2" Name="Debug" Display="No" UIString="Debug" /> <AttVal Id="4_1" Name="Retail" Display="No" UIString="Retail" /> <AttVal Id="4_3" Name="User" Display="No" UIString="User-defined" /> </AttName> <AttName Id="9" Name="Database" Display="No" UIString="Context: Database" AttType="Enum"> <AttVal Id="9_3" Name="DB2" Display="No" UIString="DB2" /> <AttVal Id="9_6" Name="FoxPro" Display="No" UIString="FoxPro" /> <AttVal Id="9_4" Name="Informix" Display="No" UIString="Informix" /> <AttVal Id="9_5" Name="Jet" Display="No" UIString="Jet" /> <AttVal Id="9_2" Name="Oracle" Display="No" UIString="Oracle" /> <AttVal Id="9_1" Name="SQL" Display="No" UIString="SQL" /> </AttName> ... </HelpAttributes>
.HXA Help 2 Attribute Definition file sample: Click sample.hxa to download.
Since .HXA 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 .HXA Help 2 Attribute Definition files, see links below:
2012-09-06, 4549👍, 0💬
Popular Posts:
What is PPS? PPS, short name for PowerPoint Slide, is used as the file extension for Microsoft Power...
What is DOT? DOT, short name for Document Template, is used as the file extension for files in Micro...
What is ASPX? ASPX, short name for ASP.NET Script, is used as the file extension for ASP.NET Script ...
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...