Skip to content

Instantly share code, notes, and snippets.

@giusepe
giusepe / gist:cba942266c13184e2b6303b09572e9c7
Created July 2, 2018 09:37 — forked from vilinski/gist:6452217
R# commandlines dupfinder.xsl
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" indent="yes" doctype-system="about:legacy-compat"/>
<xsl:template match="/">
<html>
<head>
<title>Duplicate Finder Report</title>
<style>
body {