Hi,

Possible bug in the splitter, the '>' character is not escaped in output, i.e.:

<way id='30408924'>
Original tag:
 <tag k="name" v="Zakynthos &lt;&gt; Kyllini"/>
Splitter output:
 <tag k='name' v='Zakynthos &lt;> Kyllini'/>

This does not break mkgmap, but breaks my poorly written parser... And is not according to XML specs, i.e. should be escaped with '&gt;'

Thanks,
Ivan