Skip to content

Instantly share code, notes, and snippets.

@jcfr
Created October 21, 2011 03:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcfr/1303055 to your computer and use it in GitHub Desktop.
Save jcfr/1303055 to your computer and use it in GitHub Desktop.
slicer-4.0-module-category.xsl
<?xml version="1.0" encoding="UTF-8"?>
<xsl:transform version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text" indent="yes" encoding="UTF-8"/>
<xsl:template match="/executable">
<xsl:value-of select="category" />
</xsl:template>
</xsl:transform>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment