gregorrothfuss / feedvalidator

Automatically exported from code.google.com/p/feedvalidator
0 stars 0 forks source link

Feedvalidator appears to be using the incorrect case for Georss features #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to validate the attached file which is a saved and xmllint 
re-formatted version of this 
URL: 
https://www.googleapis.com/buzz/v1/activities/115067876375080098238/%40public 
as 
of 2010/06/05
2. The file has various issues. However the feedvalidator says that: 
georss:featureName is an 
undefined entry element.
3. However the georss schema defines it: 
http://www.georss.org/xml/1.1/georss.xsd
4. I looked through: testcases/ext/georss/features.xml and it appears that all 
the testcases for 
georss features (including featureName, featureTypeTag, relationshipTag) are 
using the _lower_ 
case name for the element when they should be using the camel case name 
specified in the 
schema.

What is the expected output?
The feedvalidator should use the camelcase versions of the georss element names 
and so should 
not say that georss:featureName is an undefined entry element.

Original issue reported on code.google.com by adewale on 5 Jun 2010 at 7:14

Attachments:

GoogleCodeExporter commented 9 years ago
I've fixed the bug in this Github commit: 
http://github.com/adewale/feedvalidator/commit/fc7adc2a449f78b02ec4c220e50a102ed
fad649f and sent Sam 
Ruby a pull request.

Original comment by adewale on 5 Jun 2010 at 7:49