- From: Toby Inkster <tai@g5n.co.uk>
- Date: Tue, 01 Dec 2009 17:17:07 +0000
- To: RDFa Developers <public-rdf-in-xhtml-tf@w3.org>
For flexible integration with non-XHTML host languages, the next version of RDF::RDFa::Parser has the following optional features: 1. Allows lists of keywords to be configured on a per-attribute basis for @rel, @rev, @property, @datatype, @typeof, @about, @resource and @graph. 2. Allows CURIE prefixes to be treated case-insensitively (good for HTML). 3. Allows the empty CURIE prefix to be changed. 4. Supports colon-less CURIE prefixes (e.g. xmlns:foafname="http://xmlns.com/foaf/0.1/name" property="foafname"). RDF::RDFa::Parser is not an end-user tool, but a library for Perl. These options are switched on by the programmer using the library, not by the document itself. -- Toby A Inkster <mailto:mail@tobyinkster.co.uk> <http://tobyinkster.co.uk>
Received on Tuesday, 1 December 2009 17:17:58 UTC