Update of distiller (after minutes of 2008-04-03)

Having read the minutes of yesterday's meeting, I have updated the 
distiller as follows:

1. use @typeof instead of @instanceof
2. I have removed the part of the code that checked the 'superfluous' 
triples. (Updating the code is easier than originally doing it; it just 
means that return values are ignored, well, not even generated. The 
structure of the processing steps remain the same otherwise...)

Just to be on the safe side for #2, and to be sure that I understood the 
changes right: the example in the syntax document, referring to:

<div about="#A" rel="foaf:knows">
   <div rel="foaf:knows">
     <div rel="foaf:knows">
       <span>bla bla</span>
     </div>
   </div>
</div>

*will* generate the following set of triples:

<#A> foaf:knows
         [ foaf:knows
                 [
                 ]
         ].


Ivan

-- 

Ivan Herman, W3C Semantic Web Activity Lead
Home: http://www.w3.org/People/Ivan/
PGP Key: http://www.ivan-herman.net/pgpkey.html
FOAF: http://www.ivan-herman.net/foaf.rdf

Received on Friday, 4 April 2008 10:07:54 UTC