dova: Report error if can't infer element type for list/set/map literals
[vala-lang.git] / doc / vala / devhelp.xsl
blob735ff18be86b437af574552b377008d93bfbaaf2
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns="http://www.devhelp.net/book" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.1">
3 <xsl:output method="xml" indent="yes"/>
4 <xsl:template match="/">
5 <book title="{//title/text()}" link="index.html" author="" name="vala" version="2">
6 <chapters>
7 <xsl:for-each select="//body/section">
8 <sub name="{h/text()}" link="{@id}.html">
9 <xsl:for-each select="section">
10 <sub name="{h/text()}" link="{../@id}.html#{@id}"/>
11 </xsl:for-each>
12 </sub>
13 </xsl:for-each>
14 </chapters>
15 </book>
16 </xsl:template>
17 </xsl:stylesheet>