On 4/20/05, David Powell <[EMAIL PROTECTED]> wrote: > Atom supports xml:base anywhere in the document, so different entries > can have different base-URIs. HTML, however, doesn't support xml:base. > This makes it difficult to display multiple entries on a HTML page.
Depending on your need for correctness and elegance, you can just use the ugly hack of scattering <base href="whatever"> elements in your output. It isn't right, but it works in every browser I've tried, and makes me happier than having relative URIs resolved relative to where my online aggregator's running. Phil Ringnalda
