Development

From RDFaWiki

Jump to: navigation, search

Contents

Tools

See How To Consume RDFa.

Parsing Strategies

Dynamic Content Parsing - Dynamic content parsing refers to state-less or state-ful parsing of the DOM as it is updated by Javascript. There are client-side and server-side issues that you must consider when designing parsers and services that operate with dynamic content.

RDFa Implementors' Guide - A guide to writing an RDFa parser in various programming languages.

Alternative Uses for RDFa

  • RDFa as an UI Extension Mechanism - Discusses the potential for RDFa to be used to extend HTML user interfaces in a way that is non-invasive to the XHTML specification and more modular, resulting in tighter release schedules.

Scalability Issues