1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/build/org.eclipse.cdt.autotools.docs/extract-markup.xsl

9 lines
288 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:mw="http://www.mediawiki.org/xml/export-0.3/">
<xsl:output method="text"/>
<xsl:template match="/">
<xsl:value-of select="//mw:text"/>
</xsl:template>
</xsl:stylesheet>