--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/DITA-OT_CXX_Plugin/cxxapiref/xsl/cxxapiref2xhtml_eclipsehelp.xsl Fri Apr 23 20:47:58 2010 +0100
@@ -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>