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

Hi Ivan,

>  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
>                 [
>                 ]
>         ].

That's right.

Also this should generate triples too:

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

Regards,

Mark

-- 
  Mark Birbeck

  mark.birbeck@x-port.net | +44 (0) 20 7689 9232
  http://www.x-port.net | http://internet-apps.blogspot.com

  x-port.net Ltd. is registered in England and Wales, number 03730711
  The registered office is at:

    2nd Floor
    Titchfield House
    69-85 Tabernacle Street
    London
    EC2A 4RR

Received on Friday, 4 April 2008 10:35:44 UTC