aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Halmstad
blob: 58be0549da2003ee5c3a4284fb691d2967d6b350 (plain)
1
2
3
4
5
6
# Sweden - Halmstad
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 474000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE
T 530000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE
T 610000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE
T 802000000 8MHz 3/4 NONE QAM64 8k 1/4 NONE
fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!--
  XSL stylesheet for processing documentation for the lcd4linux project
    Copyright 2004 Xavier Vello <xavier66@free.fr>
    Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
-->

<xsl:output omit-xml-declaration="yes" method="xml" encoding="UTF-8" indent="yes" doctype-public="-//W3C//DTD XHTML 1.1//EN" doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"/>

<xsl:variable name="references" select="document('../data/references.xml')/references"/>
<xsl:param name="class" select="''"/>
<xsl:param name="root" select="''"/>

<!--Includes-->
<xsl:include href="head.xsl"/>
<xsl:include href="body.xsl"/>
<xsl:include href="helpers.xsl"/>
<xsl:include href="xhtml.xsl"/>
<xsl:include href="references.xsl"/>

<!--The start point-->
<xsl:template match="doc">
  <xsl:element name="html">
    <xsl:apply-templates select="head"/>
    <xsl:apply-templates select="body"/>
  </xsl:element>
</xsl:template>

</xsl:stylesheet>