#!/bin/bash

find ~/var/crossref/ -name '*.xml' | grep -c ^; find /home/sigg/var/crossref/ -name '*.xml' -exec xmlwf {} \;
