This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 { |