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.meson.docs/extract-markup.xsl
Jeff Johnston d468345bc3 Add Meson docs plug-in
Change-Id: I9153edd6f2708de475855ca3dbdb6323432e37ac
2018-03-07 12:15:56 -05:00

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>