Hello,
I’ve been trying to create style in geoserver with Multilanguage Title – using this (sample) sld:
<?xml version="1.0" encoding="ISO-8859-1"?>OCEANSEA_1M:Foundation
GEOSYM
1
main
titletitolo
titre
titre
ogc:PropertyNameGEOMETRY</ogc:PropertyName>
#96C3F5
I tried using geoserver v2.9.0 , v2.9.1, v2.9-beta, v2.10 and on each version I receive this exception:
“line 15: cvc-type.3.1.2: Element ‘Title’ is a simple type, so it must have no element information item [children].”
Even though I tried changing to ‘se’ namespace (the hole structure), the result was the same. I got through xsds’ - on ‘sld’ and ‘se’ to check, but on any version – no Localized tag can be found, nor accepted.
Can anyone explain me how recreate the result mentioned here: http://docs.geoserver.org/2.9.0/user/styling/sld-language.html ?
Thanks for the help!
I. Dionisiev