Replace all relative includes with abolute ones
[senf.git] / doclib / html-munge.xsl
index 17346f7..5b35045 100644 (file)
   <xsl:template match="div[@id='content2']/ul/li[a/@class='elRef'][a/@doxygen][code/text()='[external]'][not(ul)]">\r
   </xsl:template>\r
 \r
-  <!-- Insert 'senf/'  into include paths -->\r
-  <xsl:template match="code[starts-with(text(),'#include &lt;')]/a">\r
-    <xsl:copy>\r
-      <xsl:call-template name="copy-attributes"/>\r
-      <xsl:text>senf/</xsl:text>\r
-      <xsl:apply-templates/>\r
-    </xsl:copy>\r
-  </xsl:template>\r
-\r
 </xsl:stylesheet>\r