source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.Doc/Help/Settings/Projects/help2x.xslt@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 1.7 KB
Line 
1<?xml version="1.0"?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.1">
3
4 <xsl:param name="basefilename">basefilename</xsl:param>
5 <xsl:param name="output">output</xsl:param>
6 <xsl:param name="langid">1033</xsl:param>
7
8 <xsl:output method="HelpCollection" encoding="utf-8" doctype-system="MS-Help://Hx/Resources/HelpCollection.dtd" indent="yes" />
9
10 <xsl:template match="/">
11 <HelpCollection DTDVersion="1.0" FileVersion="08.00.50720.2102" LangId="{$langid}" Title="DocProject-Generated">
12 <CompilerOptions OutputFile="{$output}.HxS" CreateFullTextIndex="Yes" CompileResult="Hxs">
13 <IncludeFile File="files.HxF" />
14 </CompilerOptions>
15 <TOCDef File="{$basefilename}.HxT" />
16 <KeywordIndexDef File="index_A.HxK" />
17 <KeywordIndexDef File="index_K.HxK" />
18 <KeywordIndexDef File="index_F.HxK" />
19 <KeywordIndexDef File="index_N.HxK" />
20 <KeywordIndexDef File="index_S.HxK" />
21 <KeywordIndexDef File="index_B.HxK" />
22 <ItemMoniker Name="!DefaultTOC" ProgId="HxDs.HxHierarchy" InitData="AnyString" />
23 <ItemMoniker Name="!DefaultFullTextSearch" ProgId="HxDs.HxFullTextSearch" InitData="AnyString" />
24 <ItemMoniker Name="!DefaultAssociativeIndex" ProgId="HxDs.HxIndex" InitData="A" />
25 <ItemMoniker Name="!DefaultKeywordIndex" ProgId="HxDs.HxIndex" InitData="K" />
26 <ItemMoniker Name="!DefaultContextWindowIndex" ProgId="HxDs.HxIndex" InitData="F" />
27 <ItemMoniker Name="!DefaultNamedUrlIndex" ProgId="HxDs.HxIndex" InitData="NamedUrl" />
28 <ItemMoniker Name="!DefaultSearchWindowIndex" ProgId="HxDs.HxIndex" InitData="S" />
29 <ItemMoniker Name="!DefaultDynamicLinkIndex" ProgId="HxDs.HxIndex" InitData="B" />
30 </HelpCollection>
31 </xsl:template>
32
33</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.