When writing a KML-file all characters with '&' are written as '& '
This also happens with '<' and '>' which will be exported as '<' and '>'
This is the result
<SimpleData name="sign">Electrical & hydrogene</SimpleData>
But i need
<SimpleData name="sign">Electrical & hydrogene</SimpleData>
Is that possible?