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 <> Kyllini"/>
Splitter output:
<tag k='name' v='Zakynthos <> 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 '>'
Thanks,
Ivan