summaryrefslogtreecommitdiff
path: root/devhelp2.xsl
diff options
context:
space:
mode:
authorStefan Kost <stefkost@src.gnome.org>2007-12-05 13:08:25 +0000
committerStefan Kost <stefkost@src.gnome.org>2007-12-05 13:08:25 +0000
commit0d21ba7178eb5351fa5418ef5e8ef2da4104107c (patch)
treebd08999d5ef6da2f4bff5fd75d9b56a0d5805e14 /devhelp2.xsl
parent1fdf62d0358c26b81b58f536d1f080e8d11557e4 (diff)
downloadgtk-doc-0d21ba7178eb5351fa5418ef5e8ef2da4104107c.tar.gz
Add first version of the schema. Unbreak the devhelp2 file generation. Add
* devhelp2.xsd: Add first version of the schema. * devhelp2.xsl: Unbreak the devhelp2 file generation. * tests/gtkdoctest.sh: Add comment about doing schmea checks once they work. svn path=/trunk/; revision=526
Diffstat (limited to 'devhelp2.xsl')
-rw-r--r--devhelp2.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/devhelp2.xsl b/devhelp2.xsl
index decf213..b06df81 100644
--- a/devhelp2.xsl
+++ b/devhelp2.xsl
@@ -88,8 +88,8 @@
<xsl:template match="*" mode="generate.devhelp2.index.mode">
<xsl:variable name="title" select="title"/>
<xsl:variable name="anchor" select="title/anchor"/>
- <xsl:variable name="type" select="title/anchor/@role"/>
- <xsl:variable name="condition" select="title/anchor/@condition"/>
+ <xsl:variable name="type" select="@role"/>
+ <xsl:variable name="condition" select="@condition"/>
<xsl:variable name="target">
<xsl:choose>
<xsl:when test="$anchor">