sld

Can you reuse fragments of XML (in some kind of variables/references way)?

I am using SLD to style output from my geoserver. I have couple types of objects to be displayed. Each type have different icons, but text description is generated from the same information (text field in the database). I cannot use object_type as image name because you cannot use variable in image name (or I do not know how to do it...)...

upload SLD file to geoserver

Hi all, i want to upload SLD file to geoserver by REST. I use geoserver version 1.7.6 in Ubuntu. I have upload file: names:chool_point.sld using Poster. url:http://localhost:8080/geoserver/rest/styles?name=school%5Fpoint content-type:application/vnd.ogc.sld+xml method:Post this is my sld content: xsi:schemaLocation="htt...

XSLT files for SLD XML

Good morning everyone. I'm working on a SLD related project and was wondering if there were any XSLT files already created for transforming one version of SLD to another. I'm creating 1.1.0 files and would like to downgrade the files down to 1.0.20 or 1.0.0. Thanks. ...

Upload SLD's graphic using geoserver's REST API

How to upload SLD's graphic using geoserver's REST API. I have managed to upload SLD's style file but I do not see any possibility to upload graphic which style is using. ...