9 lines
278 B
XML
9 lines
278 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<xsl:output indent="yes" />
|
||
|
|
||
|
<!-- TODO : Matthieu -->
|
||
|
|
||
|
</xsl:transform>
|