#!/usr/bin/perl -w # Format Mizar errors in XML print '',"\n",'',"\n"; while (<>) { if(m/^(\d+) +(\d+) +(\d+) *$/) { print "\n"; } } print '',"\n";