| 12345678910111213141516171819202122232425 |
- <?xml version="1.0"?>
- <!-- This file is part of the DITA Open Toolkit project hosted on
- Sourceforge.net. See the accompanying license.txt file for
- applicable licenses.-->
- <!-- (c) Copyright IBM Corporation 2010. All Rights Reserved. -->
- <!-- This file is imported in to common code for use by any
- process that needs a text-only version of DITA content.
- Typically used when content needs to go into an attribute;
- preferred over using "value-of", which drops images,
- includes index terms, etc.
- To use, process any content with mode="dita-ot:text-only" -->
- <xsl:stylesheet version="2.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
- exclude-result-prefixes="dita-ot"
- >
- <xsl:import href="topic2textonly.xsl"/>
- <xsl:import href="map2textonly.xsl"/>
- <xsl:import href="ui-d2textonly.xsl"/>
-
-
- </xsl:stylesheet>
|