summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xslt/element.tag
blob: e46279df8427e518c53a2d5f428c27d041e9f71e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE TAGS>
<TAGS>
<tag name="element">

    <label>
        <text>name</text>
        <location col="0" row="0" />
    </label>

    <attr name="name" type="input">
        <location col="1" row="0" colspan="3" />
    </attr>

    <label>
        <text>namespace</text>
        <location col="0" row="1" />
    </label>

    <attr name="namespace" type="input">
        <location col="1" row="1" colspan="3" />
    </attr>

    <label>
       <text>use-attribute-sets</text>
        <location col="0" row="2" />
    </label>

      <attr name="use-attribute-sets" type="input">
        <location col="1" row="2" colspan="3" />
    </attr>

</tag>
</TAGS>