Sha256: 16c5234f283a171c2d1e3ef5bc16016f12a6154ed2b301deb9e72b918af0f631

Contents?: true

Size: 358 Bytes

Versions: 6

Compression:

Stored size: 358 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:output omit-xml-declaration="no" indent="yes"/>
  <xsl:strip-space elements="*"/>
  <xsl:template match="@*|node()">
    <xsl:copy>
      <xsl:apply-templates select="@*|node()"/>
    </xsl:copy>
  </xsl:template>
</xsl:stylesheet>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
expandsync-0.2.2 res/pretty-print.xsl
expandsync-0.2.1 res/pretty-print.xsl
expandsync-0.2.0 res/pretty-print.xsl
expandsync-0.1.3 res/pretty-print.xsl
expandsync-0.1.2 res/pretty-print.xsl
expandsync-0.1.1 res/pretty-print.xsl