Last change
on this file since 98727 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:
935 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
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 | <!-- This file is imported in to common code for use by any
|
---|
8 | process that needs a text-only version of DITA content.
|
---|
9 | Typically used when content needs to go into an attribute;
|
---|
10 | preferred over using "value-of", which drops images,
|
---|
11 | includes index terms, etc.
|
---|
12 |
|
---|
13 | To use, process any content with mode="dita-ot:text-only" -->
|
---|
14 | <xsl:stylesheet version="1.0"
|
---|
15 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
---|
16 | xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
|
---|
17 | exclude-result-prefixes="dita-ot"
|
---|
18 | >
|
---|
19 |
|
---|
20 | <xsl:import href="topic2textonly.xsl"/>
|
---|
21 | <xsl:import href="map2textonly.xsl"/>
|
---|
22 | <xsl:import href="ui-d2textonly.xsl"/>
|
---|
23 |
|
---|
24 |
|
---|
25 | </xsl:stylesheet>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.