[uf-discuss] Microformat for linking to XML source (to replace the Structured Blogging plugin's embedding method)

Mark Rickerby maetl at mcs.vuw.ac.nz
Wed Jan 18 16:27:42 PST 2006


> Is that valid inside the HTML <body> block?

AFAIK Both the type and rel attributes are interchangeable between
<link> and <a> tags...

So this should work (I think?):

<div id="sb_post_id">
  <a href="/post/id" rel="bookmark">Permalink of Post Title</a> (<a
href="/post/id/xml" rel="alternate" type="application/xml">XML
Source</a>)
</div>

Regards,
Mark


More information about the microformats-discuss mailing list