moodle/lib/xhtml.xsl

7 lines
223 B
XML
Raw Normal View History

<!-- Stylesheet for application/xml delivery (lib/weblib.php) -->
<stylesheet version="1.0" xmlns="http://www.w3.org/1999/XSL/Transform">
<template match="/">
<copy-of select="."/>
</template>
</stylesheet>