ppc64: Don't set Kp bit on SLB
[openbios.git] / config / xml / makefile.xsl
blob8589274b4c4d9235ca410d56f948eaa5c6c9ec5f
1 <?xml version="1.0" encoding="ISO-8859-15" ?>
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
5 <xsl:include href="util.xsl"/>
6 <xsl:include href="dictionary.xsl"/>
7 <xsl:include href="object.xsl"/>
9 <xsl:template match="/">
10 <xsl:value-of select="document('rules.xml',.)/rules/pre"/>
11 <xsl:apply-templates select="." mode="dictionaries"/>
12 <xsl:apply-templates select="." mode="objects"/>
13 </xsl:template>
15 <xsl:output method="text" indent="no" encoding="iso-8859-15"/>
17 </xsl:stylesheet>