[Zope] ID's in one XML Document nt unique?

Amos Latteier amos@aracnet.com
Mon, 06 Sep 1999 13:07:05 -0700


At 12:41 PM 9/6/99 -0500, Stephan Richter wrote:

>that helps. Our indexes are created dynamically, sothe second issue would not
>be the problem. But how could I get the entire URL if I am using DOM methods.
>
>Right now I simply say: <dtml-var id>. Is there a function with which I can
>get the entire URL?

Try  <dtml-var "absolute_url(1)"> which gives the absolute url from the top
of the object hierarchy. Note: this method is available on all normal Zope
objects.

-Amos