- From: Emmanuel Pietriga <emmanuel@w3.org>
- Date: Sun, 04 May 2003 17:54:03 -0400
- To: Daniel Sickert <sickert@liquidus.de>
- CC: www-rdf-validator@w3.org
Daniel,
You are actually using an unqualified resource attribute in this rdf:li
element. The "resource" attribute should be qualified:
<items>
<rdf:Seq>
<rdf:li
rdf:resource="http://www.pickings.de/tiki/tiki-read_article.php?articleId=82"/>
</rdf:Seq>
</items>
Hope this helps,
Emmanuel
Daniel Sickert wrote:
>
> While parsing http://www.pickings.de/tiki/pickings-tagestipp_rss.php I
> obtained error Warning: {W101} Unqualified use of rdf:resource has been
> deprecated.[Line = 15, Column = 90]
> But there is no use of rdf:resource, just of rdf:li
>
> Best regards, Daniel
>
--
Emmanuel Pietriga (emmanuel@w3.org) | MIT - Laboratory for Computer Science
World Wide Web Consortium (W3C) | Room NE43-344
tel: +1 617.253.5327 | 200 Technology Square
fax: +1 617.258.5999 | Cambridge, MA 02139
http://www.w3.org/People/Emmanuel/
Received on Sunday, 4 May 2003 17:55:08 UTC