Last change
on this file since 98817 was 98584, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Setting svn properties of DITA-OT library.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
801 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8" ?>
|
---|
2 | <!-- This file is part of the DITA Open Toolkit project hosted on
|
---|
3 | Sourceforge.net. See the accompanying license.txt file for
|
---|
4 | applicable licenses.-->
|
---|
5 | <!-- (c) Copyright IBM Corporation 2010 All Rights Reserved. -->
|
---|
6 |
|
---|
7 | <xsl:stylesheet version="1.0"
|
---|
8 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
---|
9 |
|
---|
10 | <xsl:import href="plugin:org.dita.base:xsl/common/dita-utilities.xsl"/>
|
---|
11 | <!-- Import the main ditamap to HTML Help Project file conversion -->
|
---|
12 | <xsl:import href="map2htmlhelp/map2hhpImpl.xsl"/>
|
---|
13 |
|
---|
14 | <dita:extension id="dita.xsl.htmlhelp.map2hhp" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
|
---|
15 |
|
---|
16 | <xsl:output method="xml"
|
---|
17 | encoding="UTF-8"
|
---|
18 | indent="no"
|
---|
19 | />
|
---|
20 |
|
---|
21 | </xsl:stylesheet>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.