# -*- mode: perl6 -*- use WebCoso::Maker; class WebCoso::Maker::XHTML does WebCoso::Maker['du.xml','xhtml'] { method process-contents($du) { my $stylesheet = $.get-file('du2xhtml.xsl'); return ("{$du.contents} converted",$stylesheet); } }