Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / config / xml / makefile.xsl
1 <?xml version="1.0" encoding="ISO-8859-15" ?>
2
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
4  
5   <xsl:include href="util.xsl"/>
6   <xsl:include href="dictionary.xsl"/>
7   <xsl:include href="object.xsl"/>
8   <xsl:include href="fcode.xsl"/>
9
10   <xsl:template match="/">
11    <xsl:value-of select="document('rules.xml',.)/rules/pre"/>
12    <xsl:apply-templates select="." mode="dictionaries"/>
13    <xsl:apply-templates select="." mode="fcode"/>
14    <xsl:apply-templates select="." mode="objects"/>
15   </xsl:template>
16   
17   <xsl:output method="text" indent="no" encoding="iso-8859-15"/>
18
19 </xsl:stylesheet>
20