fix from Uwe Hermann: updated patch to fix a wiki syntax bug in the output...
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2462 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -3,30 +3,33 @@
|
|||||||
|
|
||||||
<xsl:output method="text"
|
<xsl:output method="text"
|
||||||
encoding="utf-8"
|
encoding="utf-8"
|
||||||
indent="yes" />
|
indent="yes" />
|
||||||
|
|
||||||
<xsl:template match="/">
|
<xsl:template match="/">
|
||||||
==LinuxBIOS Options==
|
This is an automatically generated list of '''LinuxBIOS compile-time options'''.
|
||||||
|
|
||||||
This is an automatically generated list of LinuxBIOS compile time
|
Last update: <xsl:value-of select="//creationdate"/>.
|
||||||
options. Created at <xsl:value-of select="//creationdate"/>.
|
|
||||||
|
|
||||||
{| border="1"
|
{| border="1"
|
||||||
|- bgcolor="#0975a7"
|
|- bgcolor="#6699dd"
|
||||||
! align="left" | Option
|
! align="left" | Option
|
||||||
! align="left" | Comment
|
! align="left" | Comment
|
||||||
! align="left" | Default
|
! align="left" | Default
|
||||||
! align="left" | Export
|
! align="left" | Export
|
||||||
! align="left" | Format<xsl:for-each select="options/option">
|
! align="left" | Format<xsl:for-each select="options/option">
|
||||||
|-
|
|- bgcolor="#eeeeee"
|
||||||
| <xsl:value-of select="@name"/>
|
|
|
||||||
| <xsl:value-of select="comment"/>
|
<xsl:value-of select="@name"/>
|
||||||
| <xsl:value-of select="default"/>
|
|
|
||||||
| <xsl:value-of select="export"/>
|
<xsl:value-of select="comment"/>
|
||||||
| <xsl:value-of select="format"/>
|
|
|
||||||
|
<xsl:value-of select="default"/>
|
||||||
|
|
|
||||||
|
<xsl:value-of select="export"/>
|
||||||
|
|
|
||||||
|
<xsl:value-of select="format"/>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|}
|
|}
|
||||||
|
|
||||||
|
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
Reference in New Issue
Block a user