x2v
<entry-title>X2V</entry-title> X2V is an open source microformats XSLT implementation by Brian Suda that parses hCard or hCalendar events in (X)HTML and transforms them into the corresponding vCard (.vcf) or iCalendar (.ics) file respectively.
Technorati hosts a deployment of X2V for converting hCard contacts or hCalendar events at:
The latest beta and development versions of X2V can be tested at:
- http://suda.co.uk/projects/X2V/
- version 0.9.7 is the latest version, and it supports:
- hCard to vCard
- hCalendar to iCalendar
- value-class-pattern (nearly complete support of dates time separation, see value-class-date-time-tests)
feedback
Feature requests and other general feedback. When this section grows to big we can move it to x2v-feedback.
issues
Bugs or other apparent problems. See x2v-issues.
install
If you wish to run your own X2V converter, either for your own content, or as a general web service, you need to first get:
- X2V XSLT files (needs link to latest download)
- X2V PHP code (needs link to latest download)
Then follow these instructions to set it up:
- ... (to be documented)
- ...
moved
One inline test moved to: value-dt-test-YYYY-MM-DD--HH-MM, and expanded into a general test case for the value-class-pattern, one of several value-class-date-time-tests.