Details
Description
When parsing mixed syntax such as:
<!-- a text symbolizer for tasmania states --> <TextSymbolizer> <Label><ogc:PropertyName>STATE</ogc:PropertyName> <ogc:PropertyName>COUNTRY</ogc:PropertyName></Label> <Font> <CssParameter name="font-family">Arial</CssParameter> <CssParameter name="font-style">Normal</CssParameter> <CssParameter name="font-size">12</CssParameter> </Font> <Fill> <CssParameter name="fill">#000000</CssParameter> </Fill> </TextSymbolizer>
the newline entity ( ) is discarded by ExpressionDomParser.parse(Literar element). We need a way to tell the expression dom parser not to trim the literals in that case.
This one seems to be related to the whitespace trimming reported in
GEOS-1620