maplink.xsl 587 B

1234567
  1. <?xml version="1.0" encoding="UTF-8"?><!-- (c) Copyright IBM Corp. 2006 All Rights Reserved. hosted on
  2. Sourceforge.net. See the accompanying license.txt file for
  3. applicable licenses.--><!-- (c) Copyright IBM Corp. 2006 All Rights Reserved. --><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
  4. <xsl:import href="maplinkImpl.xsl"/>
  5. <xsl:import xmlns:dita="http://dita-ot.sourceforge.net" href="../../plugins/org.dita.specialization.eclipsemap/xsl/maplink-plugin.xsl"/>
  6. <xsl:output method="xml" encoding="utf-8" indent="no"/>
  7. </xsl:stylesheet>