Skip to content

Commit

Permalink
added xml-diff.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 17, 2013
1 parent 7a697af commit 57c8a1a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions xml-diff.xsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html"/>
<xsl:template match="configuration">
<xsl:for-each select="property">
<xsl:value-of select="name"/> <xsl:text><![CDATA[=]]></xsl:text>
<xsl:value-of select="value"/>
<xsl:text>
</xsl:text>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>

0 comments on commit 57c8a1a

Please sign in to comment.