> > What about: > > > > <base href="http://www.example.org/" xml:base="/bar" /> > > > > ? > > Then the document's base URI is http://www.example.org/ and the base > element's base URI is http://www.example.org/bar.
I'm not entirely sure this is legal but what about (say for a document on http://localhost/): <base href=".." xml:base="bar" /> Regards, Adrian Sutton.
