Updated XmlFormatDiscussion (markdown)

ThomasG77 2011-12-20 12:56:47 -08:00
parent b06da011d9
commit c948f16847

@ -13,11 +13,12 @@ by adding a ticket with the keyword `XML`.
If we do ticket:58 it would be consequent to make the denominators attributes too: If we do ticket:58 it would be consequent to make the denominators attributes too:
#!xml ```xml
<Style name="some_style"> <Style name="some_style">
<Rule max_denominator="6000000" min_denominator="600000"> <Rule max_denominator="6000000" min_denominator="600000">
<Filter> ... </Filter> <Filter> ... </Filter>
<PointSymbolizer/> <PointSymbolizer/>
</Rule> </Rule>
</Style> </Style>
```
(David Siegel) (David Siegel)