9ab147f05b9e30cfc2cd9d9fca9dc3e1eae676d4
[coreboot.git] / util / optionlist / Options-wiki.xsl
1 <?xml version="1.0"?>
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3
4 <xsl:output method="text"
5             encoding="utf-8"
6             indent="yes" />
7
8 <xsl:template match="/">
9 ==LinuxBIOS Options==
10
11 This is an automatically generated list of LinuxBIOS compile time
12 options. Created at <xsl:value-of select="//creationdate"/>.
13
14 {| border="1"
15 |- bgcolor="#0975a7"
16 ! align="left" | Option
17 ! align="left" | Comment
18 ! align="left" | Default
19 ! align="left" | Export
20 ! align="left" | Format<xsl:for-each select="options/option">
21 |- 
22 | <xsl:value-of select="@name"/>
23 | <xsl:value-of select="comment"/>
24 | <xsl:value-of select="default"/>
25 | <xsl:value-of select="export"/>
26 | <xsl:value-of select="format"/>
27 </xsl:for-each>
28 |} 
29
30
31 </xsl:template>
32 </xsl:stylesheet>