summaryrefslogtreecommitdiff
path: root/plugins/taglist/XSLT.tags.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/taglist/XSLT.tags.xml.in')
-rw-r--r--plugins/taglist/XSLT.tags.xml.in32
1 files changed, 16 insertions, 16 deletions
diff --git a/plugins/taglist/XSLT.tags.xml.in b/plugins/taglist/XSLT.tags.xml.in
index e625f6ca..ac75bd20 100644
--- a/plugins/taglist/XSLT.tags.xml.in
+++ b/plugins/taglist/XSLT.tags.xml.in
@@ -4,7 +4,7 @@
Jens Askengren <[email protected]>
-->
<TagList xmlns="http://pluma.sourceforge.net/some-location">
-<TagGroup _name="XSLT - Elements" sort="true">
+<TagGroup name="XSLT - Elements" sort="true">
<Tag name="apply-imports">
<Begin>&lt;xsl:apply-imports&gt;</Begin>
<End>&lt;/xsl:apply-imports&gt;</End>
@@ -138,7 +138,7 @@
</Tag>
</TagGroup>
-<TagGroup _name="XSLT - Functions" sort="true">
+<TagGroup name="XSLT - Functions" sort="true">
<Tag name="boolean">
<Begin>boolean(</Begin>
<End>)</End>
@@ -293,44 +293,44 @@
</Tag>
</TagGroup>
-<TagGroup _name="XSLT - Axes" sort="true">
- <Tag _name="ancestor">
+<TagGroup name="XSLT - Axes" sort="true">
+ <Tag name="ancestor">
<Begin>ancestor::</Begin>
</Tag>
- <Tag _name="ancestor-or-self">
+ <Tag name="ancestor-or-self">
<Begin>ancestor-or-self::</Begin>
</Tag>
- <Tag _name="attribute">
+ <Tag name="attribute">
<Begin>@</Begin>
</Tag>
- <Tag _name="child">
+ <Tag name="child">
<Begin>child::</Begin>
</Tag>
- <Tag _name="descendant">
+ <Tag name="descendant">
<Begin>descendant::</Begin>
</Tag>
- <Tag _name="descendant-or-self">
+ <Tag name="descendant-or-self">
<Begin>//</Begin>
</Tag>
- <Tag _name="following">
+ <Tag name="following">
<Begin>following::</Begin>
</Tag>
- <Tag _name="following-sibling">
+ <Tag name="following-sibling">
<Begin>following-sibling::</Begin>
</Tag>
- <Tag _name="namespace">
+ <Tag name="namespace">
<Begin>namespace::</Begin>
</Tag>
- <Tag _name="parent">
+ <Tag name="parent">
<Begin>..</Begin>
</Tag>
- <Tag _name="preceding">
+ <Tag name="preceding">
<Begin>preceding::</Begin>
</Tag>
- <Tag _name="preceding-sibling">
+ <Tag name="preceding-sibling">
<Begin>preceding-sibling::</Begin>
</Tag>
- <Tag _name="self">
+ <Tag name="self">
<Begin>.</Begin>
</Tag>
</TagGroup>