When doing a WFS transaction (inserting, updating or deleting a
feature), the XML that's sent to the WFS-T (Geoserver in my case) does
not include the XML declaration.  Geoserver (rightly) complains about
that:

  [WARNING] org.vfny.geoserver.util.requests.XmlCharsetDetector - Invalid(?) 
XML declaration: <wfs:T

Now our stylesheets lib/tool/xsl/wfs_{Insert,Update,Delete}.xsl *do*
state:

  <xsl:output method="xml" omit-xml-declaration="no" encoding="utf-8" 
indent="yes"/>

i.e. omit-xml-declaration="no", so it should appear in the output.
I've done some searching, and the problem may be related to:

  http://www.stylusstudio.com/xsllist/200607/post80550.html

However, someone with a better knowlegde of Sarissa and/or the various
functions involved in the transaction should be able to come up with an
answer (and a solution) for this.

Regards,
-- 
-- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel

Reply via email to