[uf-discuss] re: hCalendar test cases and parser

Ed Summers ehs at pobox.com
Wed Feb 8 08:14:04 PST 2006


Are there any technical details on how lifelint parsing works? Since
this is happening server side do you plan on releasing the code in
some way? Maybe I just missed the details in this thread or on your
website.

Nice work by the way. I like the rdf output which should hopefully
attract some eyes from the uppercase semantic web crowd.

I did notice that the rdf output includes some diagnostic message in
the output at the end:

--

<rdf:RDF
    xmlns="http://www.w3.org/2002/12/cal/icaltzd#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <Valarm>
    <action>AUDIO</action>
    <trigger>19980403T120000Z</trigger>
    <attach>http://host.com/pub/audio-files/ssbanner.aud</attach>
    <repeat>4</repeat>
    <duration>PT1H</duration>

  </Valarm>
  <Vcalendar>
    <prodid>-//Life Lint//LifeLintCalendar 0.5//EN</prodid>
    <version>2.0</version>
    <component>
      <Vtodo>
        <attendee>jqpublic at host.com</attendee>

        <sequence>2</sequence>
        <summary>Submit Income Taxes</summary>
        <component rdf:resource="http://www.w3.org/2002/12/cal/icaltzd#Valarm"/>
        <organizer>unclesam at us.gov</organizer>
        <attendee>jdoe at host1.com</attendee>
        <uid>uid4 at host1.com</uid>

        <dtstamp>19980130T134500Z</dtstamp>
        <status>NEEDS-ACTION</status>
        <due>19980415T235959Z</due>
      </Vtodo>
    </component>
  </Vcalendar>
</rdf:RDF>
trying to redirect you to: /calservice/
unrecognized format

--

//Ed


More information about the microformats-discuss mailing list