VirtualBox

source: vbox/trunk/src/libs/dbdita-1.0/db2dita/docbook2dita.xsl@ 98585

Last change on this file since 98585 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: 1001 bytes
Line 
1<?xml version="1.0" ?>
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 version="1.0"
11 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
12
13<xsl:import href="../ditaWriter/ditabaseOutput.xsl"/>
14
15<xsl:import href="dbReader.xsl"/>
16
17<xsl:variable name="include-prolog" select="false()"/>
18<xsl:variable name="include-outputclass" select="false()"/>
19<xsl:variable name="replace-cmdname-with-userinput" select="true()"/>
20
21<xsl:output
22 method="xml"
23 indent="yes"
24 omit-xml-declaration="no"
25 standalone="no"/>
26
27
28<xsl:output
29 encoding='UTF-8'
30 doctype-public="-//OASIS//DTD DITA Reference//EN"
31 doctype-system="reference.dtd"/>
32
33<xsl:template match="/">
34 <xsl:apply-templates select="." mode="topic.topic.in"/>
35</xsl:template>
36
37</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.

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