| Summary: | FreeBSD rdf feed not valid | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Tilman Keskinoz <arved> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-www->josef ill handle this one. Responsible Changed From-To: josef->doc Throw this one back into the pool. I am working on other areas now. Responsible Changed From-To: doc->www ooops, misfiled, sorry. Responsible Changed From-To: www->freebsd-www Correct responsible body State Changed From-To: open->closed All three of the RDF feeds validate successfully at W3.org today. |
The FreeBSD.org rdf feed is not valid, try the following Validators: http://www.w3.org/RDF/Validator/ http://feedvalidator.org/ A news feed generated with the attached patch validates. Since I have no clue of XSLT this patch could be extended by an XSLT guru. - The item's rdf:about link should probably point to the news item-links instead of the general newspage. - The empty <item></items> tags should be filled with something like this: <rdf:li rdf:resource="$Linktothenewsitem"> for every item.