[OpenLayers-Trac] [OpenLayers] #100: create a WMC parser
OpenLayers
trac at openlayers.org
Wed Jan 9 12:10:26 EST 2008
#100: create a WMC parser
----------------------------+-----------------------------------------------
Reporter: hobu at hobu.net | Owner: tschaub
Type: feature | Status: new
Priority: minor | Milestone: 2.6 Release
Component: Map | Version:
Resolution: | Keywords:
State: |
----------------------------+-----------------------------------------------
Comment (by tschaub):
Replying to [comment:15 bartvde]:
> Tim, the xmlns setting is not correct, it should be:
>
> {{{
> <ViewContext xmlns="http://www.opengis.net/context"
> }}}
I was referring to the xsd for the WMC 1.1.0 spec, which reads (in part):
{{{
<?xml version="1.0" encoding="utf-8"?>
<xs:schema version="1.1.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.opengeospatial.net/context"
xmlns:context="http://www.opengeospatial.net/context"
xmlns:xlink="http://www.w3.org/1999/xlink"
elementFormDefault="qualified">
}}}
(Note http://www.opengeospatial.net/context instead of your
http://www.opengis.net/context.)
I've noticed other inconsistencies in both the 1.0.0 and 1.1.0
specifications (examples that do not match the xsd). Where are you
getting the http://www.opengis.net/context?
--
Ticket URL: <http://trac.openlayers.org/ticket/100#comment:21>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list