map2textonly.xsl 619 B

123456789101112131415
  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. <xsl:stylesheet version="2.0"
  7. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  8. xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
  9. exclude-result-prefixes="dita-ot"
  10. >
  11. <xsl:template match="*[contains(@class,' topic/fn ')][ancestor::*[contains(@class,' map/map ')]]"
  12. mode="dita-ot:text-only"/>
  13. </xsl:stylesheet>