source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.GeneratedDocumentation/Help/Presentation/Style/Transforms/web_reference.xsl@ 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.8 KB
Line 
1<?xml version="1.0"?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.1"
3 xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5"
4 xmlns:MSHelp="http://msdn.microsoft.com/mshelp"
5 xmlns:asp="http://temp.uri/asp.net"
6 xmlns:xlink="http://www.w3.org/1999/xlink">
7
8 <!-- WebDocs overrides some of the default Manifold transforms -->
9 <xsl:import href="main_sandcastle.xsl"/>
10
11 <xsl:output method="xml" indent="no" encoding="utf-8" omit-xml-declaration="yes"/>
12 <xsl:namespace-alias stylesheet-prefix="xlink" result-prefix="#default"/>
13
14 <xsl:template match="/">
15 <root>
16 <xsl:call-template name="insertFilename" />
17 <metadata>
18 <topic id="{$key}">
19 <title><xsl:call-template name="topicTitlePlain"/></title>
20 <pageUrl>api/<xsl:value-of select="/document/reference/file/@name"/>.aspx</pageUrl>
21 </topic>
22 </metadata>
23 <content>
24 <xsl:processing-instruction name="literal-text">
25 <xsl:text><![CDATA[<%@Page Language="C#" MasterPageFile="~/site.master" %>]]>&#x0a;</xsl:text>
26 <xsl:text>&#x0a;</xsl:text>
27 </xsl:processing-instruction>
28 <asp:Content ID="MainBodyContent" ContentPlaceHolderID="MainBody" Runat="Server">
29 <h1><xsl:call-template name="topicTitleDecorated" /></h1>
30 <!--<xsl:call-template name="upperBodyStuff"/> -->
31 <xsl:call-template name="main"/>
32 </asp:Content>
33 </content>
34 </root>
35 </xsl:template>
36
37 <xsl:template name="insertFilename">
38 <xsl:attribute name="fileName">
39 <xsl:value-of select="/document/reference/file/@name" />
40 </xsl:attribute>
41 </xsl:template>
42
43 <!-- NO HEADER; WebDocs uses master pages for this purpose -->
44 <!--
45 <xsl:template name="head">
46 </xsl:template>
47-->
48
49</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.