|
Revision 2045, 0.6 kB
(checked in by karpet, 9 months ago)
|
new config support
|
| Line | |
|---|
| 1 |
<swish> |
|---|
| 2 |
<PropertyNames> |
|---|
| 3 |
<title /> |
|---|
| 4 |
<foobar /> |
|---|
| 5 |
<someNum type="int" /> |
|---|
| 6 |
<SoMeCaSe ignore_case="0" /> |
|---|
| 7 |
<SoMeOTHERCaSe ignore_case="1" /> |
|---|
| 8 |
<dAte type="date" /> |
|---|
| 9 |
<propWithNewlines verbatim="1" /> |
|---|
| 10 |
<!-- these are used when buffering and storing properties --> |
|---|
| 11 |
<fooname max="1000" sort="1" /> |
|---|
| 12 |
</PropertyNames> |
|---|
| 13 |
<MetaNames> |
|---|
| 14 |
<!-- every PropertyName must also be listed as a MetaName --> |
|---|
| 15 |
<title /> |
|---|
| 16 |
<fooname /> |
|---|
| 17 |
<someNum /> |
|---|
| 18 |
<SoMeCase /> |
|---|
| 19 |
<soMeOTHERCaSe /> |
|---|
| 20 |
<dAte /> |
|---|
| 21 |
<propWithNewlines /> |
|---|
| 22 |
</MetaNames> |
|---|
| 23 |
</swish> |
|---|
| 24 |
|
|---|