7 lines
223 B
XML
7 lines
223 B
XML
<!-- 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>
|