I've encountered a problem in TransactionFeatureHandler. It occurs when a
feature element has an xsi:schemaLocation attribute. The attribute is added
as an attribute of the feature. This is a bit special, because these
attributes are not usually found on a feature element. Most often
xsi:schemaLocation is added to the root element. But according to xml schema
specification (XML Schema Specification Part 1, section 4.3.2) it may occur
on any element, not just the root element.
Should I file a bug report on sourceforge?
Example fragment:
<RQS_POINT xsi:schemaLocation="...">
...
</RQS_POINT>
Simon
File a bug report, but do it on JIRA (need to get a link to that off the
geoserver front page). The link is
http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311
You'll have to make an account and log in to submit the bug.
The gml parser could use a lot of improvement, hopefully geotools will
work on tackling it pretty soon. But we should be able to fix this
problem pretty easily, just ignore attributes in the schema instance
namespace. If possible attach a sample of the gml to the bug report.
Chris
On Wed, 10 Dec 2003, Simon Räss wrote:
I've encountered a problem in TransactionFeatureHandler. It occurs when a
feature element has an xsi:schemaLocation attribute. The attribute is added
as an attribute of the feature. This is a bit special, because these
attributes are not usually found on a feature element. Most often
xsi:schemaLocation is added to the root element. But according to xml schema
specification (XML Schema Specification Part 1, section 4.3.2) it may occur
on any element, not just the root element.
Should I file a bug report on sourceforge?
Example fragment:
<RQS_POINT xsi:schemaLocation="...">
...
</RQS_POINT>
Simon
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
--