VirtualBox

source: vbox/trunk/src/libs/dbdita-1.0/ditaWriter/ditabaseOutput.xsl@ 98989

Last change on this file since 98989 was 98585, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Setting svn properties of db2dita converter.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="utf-8" standalone="no"?>
2<!--
3 | LICENSE: This file is part of the DITA Open Toolkit project hosted on
4 | Sourceforge.net. See the accompanying license.txt file for
5 | applicable licenses.
6 *-->
7<!--
8 | (C) Copyright IBM Corporation 2006. All Rights Reserved.
9 *-->
10<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:gsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
11
12 <xsl:import href="uiDomainOutput.xsl"/>
13
14 <xsl:import href="softwareDomainOutput.xsl"/>
15
16 <xsl:import href="highlightDomainOutput.xsl"/>
17
18 <xsl:import href="programmingDomainOutput.xsl"/>
19
20 <xsl:import href="utilitiesDomainOutput.xsl"/>
21
22 <xsl:import href="topicOutput.xsl"/>
23
24 <xsl:import href="conceptOutput.xsl"/>
25
26 <xsl:import href="taskOutput.xsl"/>
27
28 <xsl:import href="referenceOutput.xsl"/>
29
30
31 <xsl:param name="REPORT_UNMATCHED" select="'yes'"/>
32 <xsl:param name="PROCESS_TEXT" select="'yes'"/>
33 <xsl:param name="PROCESS_CHILDREN" select="'yes'"/>
34
35 <xsl:template match="/">
36 <xsl:apply-templates select="." mode="topic.topic.in"/>
37 </xsl:template>
38
39</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette