On Wed, May 29, 2013 at 10:02 AM, Àngela Feliu <afeliug@anonymised.com> wrote:
I have this request:
<wfs:Transaction service="WFS" version="1.0.0"
xmlns:xxx="http://xxxx.org"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:wfs="http://www.opengis.net/wfs">
<wfs:Update typeName="xxx:TABLE">
<wfs:Property>
<wfs:Name>FIELD</wfs:Name>
<wfs:Value>aaa

bbb</wfs:Value>
</wfs:Property>
<ogc:Filter>
<ogc:FeatureId fid="TABLE.1"/>
</ogc:Filter>
</wfs:Update>
</wfs:Transaction>
Although the line break is ignored in geoserver.
Any idea???
No precise idea, but a doubt, there are some xml elements in which
the schema says subsequent spaces have to be squashed into a single
whitespace, that normally ends up eating newlines.
Not sure if this is the case, but if it is, a solution would be to put your
string in a CDATA section
Hi, I have exactly the same problem with Geoserver 2.10.3. The WFS INSERT operation keeps the line breaks. However, the WFS UPDATE removes them. Does anyone have also problems with WPS UPDATE operation? Is there a workaround solution? Thanks in advance Montse