Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 4c4e731948b352f5722ce3cc588f2ff81a9321a4 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                
<?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>

Back to the top