Re: [Geoserver-users] xlink:ref not well encoded in WFS response (app schema)

2014-09-10 Thread Rini Angreani
Hi Christy, I raised a JIRA issue here: https://jira.codehaus.org/browse/GEOT-4894 I will try my best to have a look this month, and see if the issue is related with xlink. Cheers Rini -- View this message in context: http://osgeo-org.1560.x6.nabble.com/xlink-ref-not-well-encoded-in-WFS-respo

Re: [Geoserver-users] xlink:ref not well encoded in WFS response (app schema)

2013-06-19 Thread christy@azgs
I noticed a similar problem with WFS version 2.0.0. I'm using app-schema configuration and get schema resolution with the following WFS GetFeature request GetFeature-AppSchema.xml : http://localhost:8080/geoserver/wfs?

Re: [Geoserver-users] xlink:ref not well encoded in WFS response (app schema)

2012-09-26 Thread Rini Angreani
Hi Florent, App-schema doesn't support WFS 2.0.0, however you can use WFS 1.1.0 with GML 3.2 by specifying outputFormat=gml32 and version=1.1.0. With gml 3.2, you need to specify secondary namespaces in a separate namespace.xml and workspace.xml as shown in http://docs.geoserver.org/stable/en/use

Re: [Geoserver-users] xlink:ref not well encoded in WFS response (app schema)

2012-09-17 Thread Florent Gravin
I've found that xlink:href is well encoded if you use WFS 1.1.0 and not if you use 2.0.0 (encode href instead). Still wondering why On Mon, Sep 17, 2012 at 11:46 AM, Florent Gravin < florent.gra...@camptocamp.com> wrote: > Hi, > > I've defined a complex feature mapping file, with some Referenced

[Geoserver-users] xlink:ref not well encoded in WFS response (app schema)

2012-09-17 Thread Florent Gravin
Hi, I've defined a complex feature mapping file, with some ReferencedType inside. Mapping file : xlink http://www.w3.org/1999/xlink xlink:href if_then_else(isNull(boundary), Expression.NIL, strConcat('urn:x-inspire:specification:gmlas:AdministrativeUnit:3.0:', boundary))