9 lines
228 B
XML
9 lines
228 B
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<xsl:stylesheet version="2.0"
|
||
|
xmlns="http://www.w3.org/1999/xhtml"
|
||
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||
|
|
||
|
<xsl:include href="compiler/linker.xsl" />
|
||
|
|
||
|
</xsl:stylesheet>
|