events/www2006

From Microformats Wiki
Revision as of 19:06, 16 December 2008 by Brian (talk | contribs) (Reverted edits by TrorcChino (Talk) to last version by Brian)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

www2006

Microformats Developer Track

Wednesday 24th May 14:00-15:30

Microformats, converting XHTML to vCards and vCalendars

Instructors: Brian Suda

Description: X2V is a simple set of XSLT files that extensively use XPATH to extract data from an XHTML document and convert them into corresponding vCards and vCalendars. X2V has also jump started much of the interest around Microformats. Microformats describe ways to embed data into your XHTML files through the use of classes. X2V is the main tool to extract this data. Technorati.com uses X2V in their feeds services to extract microformats from blogs for syndication. These XPATH expressions used to extract data can be used in many different applications including GRDDL to convert XHTML to RDF helping to generate more data for the semantic web. The demo will consist of simply showing an XHTML file with some structured data, running it through the XSLT file and converting it to its corresponding output. Time permitting, the demo will make changes to the input file demonstrating the changes in the output, a brief walk through of XSLT and XPATH code showing how to recursively clean strings, call-back to other parts of the XHTML file, and look up the DOM Tree to find any language encodings. For longer demos/talks it is possible to explore additional microformats including rel="tag" and the new citation microformat which uses X2C to extract citation data from XHTML files.

attendees

Slides

The slides for the presentation are available online. The presentation was only 15 minutes, so the slides are sparse because most of the time was spent marking-up the speakers page for both hCards and hCalendars Presentations Slides (www2006.pdf 28KB)

Questions from the Audience

Q: A:

Wrap-up