<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Could someone tell me what's wrong with this code?<br><br>&lt;span<br>&nbsp;&nbsp;&nbsp; tal:define="global url python:here.absolute_url(relative=None) + '/index_frame.pt#quotes'"<br>/&gt;<br>&lt;span<br>&nbsp;&nbsp;&nbsp; tal:define="root python:container.restrictedTraverse(url)"<br>&nbsp;&nbsp;&nbsp; tal:replace="structure python:here.printSiteMap(root, 12)"<br>/&gt;<br><br>--or--<br><br>&lt;span<br>&nbsp;&nbsp;&nbsp; tal:define="root python:container.restrictedTraverse(here.absolute_url(relative=None) + '/index_frame.pt#quotes')"<br>&nbsp;&nbsp;&nbsp; tal:replace="structure python:here.printSiteMap(root, 12)"<br>/&gt;<br><br><br>I'm trying to automate that restrictedTraverse.<br>TIA,<br>Nancy<br><br></div></div><br></body></html>