#!/bin/sh # Contains a workaround for the libxslt bug 377440 # http://bugzilla.gnome.org/show_bug.cgi?id=377440 wget -q -O - http://www.mpfr.org/faq.html | xsltproc --nodtdattr faq.xsl - | \ perl -pe 's,(<(h:)?style.*),,' > FAQ.html