- From: Ivan Herman <ivan@w3.org>
- Date: Wed, 21 Sep 2011 06:28:00 -0700
- To: Toby Inkster <tai@g5n.co.uk>, Gregg Kellogg <gregg@kellogg-assoc.com>
- Cc: W3C RDFWA WG <public-rdfa-wg@w3.org>
Toby,
my implementation is slightly different, but Gregg's is following the algorithm by the letter. Gregg?
Ivan
On Sep 21, 2011, at 06:25 , Toby Inkster wrote:
> On Fri, 16 Sep 2011 11:28:36 +0200
> Ivan Herman <ivan@w3.org> wrote:
>
>> - adds the list management to the processing steps, following Gregg's
>> description on the Wiki
>
> Not sure the algorithm described works properly.
>
> Using the first example here:
> <http://www.w3.org/blog/SW/2011/09/19/recent-changes-in-rdfa-1-1/>
>
> I get the following output:
>
> @prefix bibo: <http://purl.org/ontology/bibo/> .
> @prefix dc: <http://purl.org/dc/terms/> .
> [] a bibo:Chapter ;
> dc:title "Semantic Annotation and Retrieval" ;
> dc:creator ("Ben Adida"), ("Mark Birbeck"), ("Ivan Herman") .
>
> That is, three single-item lists. This is because, as per step 14 of
> the processing sequence, a list is generated each time one of the <span
> inlist> elements is complete.
>
> Now, it's quite possible I've done something wrong. Has anyone else
> managed to implement it using the algorithm described in the spec?
>
> --
> Toby A Inkster
> <mailto:mail@tobyinkster.co.uk>
> <http://tobyinkster.co.uk>
>
----
Ivan Herman, W3C Semantic Web Activity Lead
Home: http://www.w3.org/People/Ivan/
mobile: +31-641044153
PGP Key: http://www.ivan-herman.net/pgpkey.html
FOAF: http://www.ivan-herman.net/foaf.rdf
Received on Wednesday, 21 September 2011 13:28:00 UTC