[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Collection Mirrors





Aristotle Pagaltzis wrote:
[snip]
Yes, that’s how I’d do it – provide the parametrisation via an
extension attribute to atom:link that can be used to convey
geographic information.
[snip]


I hadn't pursued it because I did not detect a lot of interest at the time, but I've toyed with the idea of a x:link-template extension element modeled after atom:link but using URI Templates, e.g.

  <x:link template rel="..."
                   pattern="http://example/{foo}";
                   title="..." />

Child elements can be used to describe the parameters if necessary.

- James