blob: 5c3a8424d868dc8a16fe9e8ac4c11286cd214f19 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="option" hasCore="1" hasI18n="1" optional="1">
<attr name="value" type="input">
<text>value</text>
<textlocation col="0" row="0" />
<location col="1" row="0" />
</attr>
<attr name="selected" type="list">
<text>Selected</text>
<textlocation col="0" row="1" />
<location col="1" row="1" />
<items>
<item>selected</item>
</items>
</attr>
<stoppingtags>
<stoppingtag name="option" />
</stoppingtags>
</tag>
</TAGS>
|