In message <[EMAIL PROTECTED]>,
Jim O'Donnell <[EMAIL PROTECTED]> writes

>Reference strings, in TEI markup at least, can also refer to the  names
>of books, ships, plays, films and pretty much anything that can  be
>given a name. hCard works for people and places, but is it general
>enough to cover those cases?
>
>It would be handy to have a general method for preserving the
>semantics of the <rs> tag (http://tei.oucs.ox.ac.uk/Query/tag.xq?
>name=rs)

P.S.

Having re-read the cited page, I see that the format is:

        <rs type="person">Joe Smith</rs>

and (I presume):

        <rs type="book">War and Peace</rs>

Since there are type delimiters, I would say that these parallel:

        <foo class="hcard"><foo class="fn">Joe Smith</foo></foo>

and the hypothetical:

        <foo class="hbook"><foo class="fn">War and Peace</foo></foo>


In other words:

        rs-person -> hcard-fn

        rs-book   -> hbook-fn

Though TEI allows any string as a value for "type", and microformats
require pre-defined "type" equivalents.

-- 
Andy Mabbett
_______________________________________________
microformats-discuss mailing list
[email protected]
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to