~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.systemtap.ui.doc/extract-markup.xsl

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
3
        xmlns:mw="http://www.mediawiki.org/xml/export-0.3/">
 
4
        <xsl:output  method="text"/>
 
5
        
 
6
        <xsl:template match="/">
 
7
                <xsl:value-of select="//mw:text"/>
 
8
        </xsl:template>
 
9
</xsl:stylesheet>