The SLD that is causing the problem for me is this...
It is a line with a rhombus on it...funny thing is - it gets rendered!! The
error messages are added on the end. Is this something to do with the order of
the sld elements?
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<sld:StyledLayerDescriptor version="1.0.0"
xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xlink="http://www.w3.org/1999/xlink">
<sld:NamedLayer>
<sld:Name>AendBereich</sld:Name>
<sld:UserStyle>
<sld:Name>Style1</sld:Name>
<sld:FeatureTypeStyle>
<sld:FeatureTypeName>FNP_Stadt_Peine_08_01_l_Proj</sld:FeatureTypeName>
<!-- durch -->
<sld:Rule>
<sld:Name>FNP_Stadt_Peine_08_01_l_Proj</sld:Name>
<sld:Title>FNP_Stadt_Peine_08_01_l_Proj</sld:Title>
<sld:MinScaleDenominator>100</sld:MinScaleDenominator>
<sld:MaxScaleDenominator>50000</sld:MaxScaleDenominator>
<sld:LineSymbolizer>
<sld:Stroke>
<sld:CssParameter name="stroke">#00004A</sld:CssParameter>
<sld:CssParameter name="stroke-width">1</sld:CssParameter>
<sld:CssParameter name="stroke-opacity">1</sld:CssParameter>
</sld:Stroke>
</sld:LineSymbolizer>
</sld:Rule>
<sld:Rule>
<sld:Name>FNP_Stadt_Peine_08_01_l_Proj</sld:Name>
<sld:Title>FNP_Stadt_Peine_08_01_l_Proj</sld:Title>
<sld:MinScaleDenominator>50001</sld:MinScaleDenominator>
<sld:MaxScaleDenominator>150000</sld:MaxScaleDenominator>
<sld:LineSymbolizer>
<sld:Stroke>
<sld:CssParameter name="stroke">#00004A</sld:CssParameter>
<sld:CssParameter name="stroke-width">0.4</sld:CssParameter>
<sld:CssParameter name="stroke-opacity">1</sld:CssParameter>
</sld:Stroke>
</sld:LineSymbolizer>
</sld:Rule>
<!-- graphic -->
<sld:Rule>
<sld:Name>FNP_Stadt_Peine_08_01_l_Proj</sld:Name>
<sld:Title>FNP_Stadt_Peine_08_01_l_Proj</sld:Title>
<sld:MinScaleDenominator>100</sld:MinScaleDenominator>
<sld:MaxScaleDenominator>20000</sld:MaxScaleDenominator>
<LineSymbolizer>
<sld:Stroke>
<sld:GraphicStroke>
<sld:Graphic>
<sld:ExternalGraphic>
<sld:OnlineResource
xlink:href="symbolik/linegraphic8.svg"/>
<sld:Format>image/svg</sld:Format>
</sld:ExternalGraphic>
<sld:Size>20</sld:Size>
</sld:Graphic>
</sld:GraphicStroke>
</sld:Stroke>
</LineSymbolizer>
</sld:Rule>
<sld:Rule>
<sld:Name>FNP_Stadt_Peine_08_01_l_Proj</sld:Name>
<sld:Title>FNP_Stadt_Peine_08_01_l_Proj</sld:Title>
<sld:MinScaleDenominator>20000</sld:MinScaleDenominator>
<sld:MaxScaleDenominator>50000</sld:MaxScaleDenominator>
<LineSymbolizer>
<sld:Stroke>
<sld:GraphicStroke>
<sld:Graphic>
<sld:ExternalGraphic>
<sld:OnlineResource
xlink:href="symbolik/linegraphic8.svg"/>
<sld:Format>image/svg</sld:Format>
</sld:ExternalGraphic>
<sld:Size>10</sld:Size>
</sld:Graphic>
</sld:GraphicStroke>
</sld:Stroke>
</LineSymbolizer>
</sld:Rule>
<sld:Rule>
<sld:Name>FNP_Stadt_Peine_08_01_l_Proj</sld:Name>
<sld:Title>FNP_Stadt_Peine_08_01_l_Proj</sld:Title>
<sld:MinScaleDenominator>50001</sld:MinScaleDenominator>
<sld:MaxScaleDenominator>150000</sld:MaxScaleDenominator>
<sld:LineSymbolizer>
<sld:Stroke>
<sld:GraphicStroke>
<sld:Graphic>
<sld:ExternalGraphic>
<sld:OnlineResource
xlink:href="symbolik/linegraphic7.svg"/>
<sld:Format>image/svg</sld:Format>
</sld:ExternalGraphic>
<sld:Size>20</sld:Size>
</sld:Graphic>
</sld:GraphicStroke>
</sld:Stroke>
</sld:LineSymbolizer>
</sld:Rule>
</sld:FeatureTypeStyle>
</sld:UserStyle>
</sld:NamedLayer>
</sld:StyledLayerDescriptor>
ERROR MESSAGES
* org.xml.sax.SAXParseException: TargetNamespace.2: Expecting no namespace,
but the schema document has a target namespace of 'http://www.opengis.net/sld’.
* org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was
found starting with element 'LineSymbolizer'. One of
'{"http://www.opengis.net/sld":Symbolizer\}' is expected.
* org.xml.sax.SAXParseException: TargetNamespace.2: Expecting no namespace,
but the schema document has a target namespace of 'http://www.opengis.net/sld’.
* org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was
found starting with element 'LineSymbolizer'. One of
'{"http://www.opengis.net/sld":Symbolizer\}' is expected.