Form posted from Mozilla

report=Warning: {W101} Unqualified use of rdf:about has been deprecated.
What you are really meaning with this warning?? (is there any explanation for this ominous numbers?)
after I got this warning for my rdf docs I test some of the examples in der REC. with the same result.
It woul be really great if you could explain, waht you are meaning with the warning.
best regards
thomas
thomasj.sebestyen@meta-text.net
1: <?xml version="1.0"?>
2:   <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3:     xmlns:s="http://description.org/schema/">
4:     <Description about="http://www.w3.org/Home/Lassila">
5:       <s:Creator xmlns:s="http://description.org/schema/">Ora Lassila</s:Creator>
6:     </Description>
7:   </RDF>
RDF=<?xml version="1.0">
<?xml version="1.0"?>
  <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:s="http://description.org/schema/">
    <Description about="http://www.w3.org/Home/Lassila">
      <s:Creator xmlns:s="http://description.org/schema/">Ora Lassila</s:Creator>
    </Description>
  </RDF>

Received on Saturday, 2 March 2002 12:43:08 UTC