<x:stylesheet xmlns:x="http://www.w3.org/1999/XSL/Transform" xmlns:a="a" xmlns:b="b" version="1.0">
<x:template match="a:*"><x:apply-templates select="*" mode="m"/></x:template>
<x:template match="*" mode="m"><r/></x:template>
</x:stylesheet>
