[georss] GML georss namespace

Gregor J. Rothfuss gregor at apache.org
Tue Mar 20 07:49:23 EDT 2007


Knoth, Brian D. wrote:
> According to the current GML georss application profile here:
> [http://www.georss.org/xml/1.0/georss.xsd]the target namespace for the
> georss schema is "http://www.georss.org/georss/10", however, every
> example I have seen and code we have written uses the namespace
> "http://www.georss.org/georss". These instances do not validate against
> the application schema, so I'm wondering what gives? 

good catch. i have never seen /10 in the wild, so it is safe to say that 
the schema is wrong. while it would have been a good idea to version the 
xmlns, that ship has sailed.

> Which is the real namespace that should be used and are most clients of
> georss validating against the application schema?

i very much doubt it. one of the highest quality parsers on any language 
is called ultra liberal feed parser in recognition of the sorry state of 
most rss feeds out there.

http://feedparser.org/

in light of that, i don't think xsd validation is a viable strategy, sadly.

-gregor



More information about the georss mailing list