On Jan 5, 2007, at 12:44 PM, Andy Mabbett wrote:

Except rel-tag explicitly uses the last part of the URL path, and
should ignore query parameters and fragment identifiers[1]

i.e.  http://example.com/tags?tag=/fish => tags

So the "workaround" at:

<http://microformats.org/wiki/advocacy#Google_as_rel-tag_namespace>

will not work?

Not with a conforming implementation, though it will with a crued one that does the equivalent of

tag=split(url,'/')[-1]

if you'll excuse my Python

_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to