Ævar Arnfjörð Bjarmason wrote:
- The new mapnik-styles are splitted in a bunch of xmls and the l18n
process has to be adapted to this
There's a preprocessor to merge them all, but the script may need munging regardless.
If you really want a monolithic file, you can remove all entities and collapse it all into a single file:
$ xmllint --noent osm.xml >osm-noent.xml
Peter, what is it that you do for the i18n? Are you only replacing the name fields with the appropriate name:xx?