DITA-OT_CXX_Plugin/cxxapiref/xsl/cxxapiref2xhtml_eclipsehelp.xsl
changeset 1 82f11024044a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DITA-OT_CXX_Plugin/cxxapiref/xsl/cxxapiref2xhtml_eclipsehelp.xsl	Thu Mar 18 18:26:18 2010 +0000
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  (C) Copyright Nokia Corporation and/or its subsidiary(-ies) 2009  - 2010. All rights reserved.
+ *-->
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                version="1.0">
+
+  <xsl:import href="../../../xsl/dita2xhtml.xsl"/>
+  <xsl:import href="cxxapiref2xhtmlImpl.xsl"/>
+
+</xsl:stylesheet>