[Zope] Searching -- This should be fun

z9b8j z9b8j@unb.ca
Wed, 28 Mar 2001 11:58:29 -0400


Hello all,

Here is one for the masses.

I have created a site, sort of like ASPs, where dtml methods call other 
methods.  For example I would have index_html, which looks like this

"<dtml-var st_header>
<dtml-var st_student_main>
<dtml-var st_sidebar>
<dtml-var st_footer>"

call "st_student_main" which would just contain the text such as:

"This is the student page<br>
 What is going on<br>"

Every method is called this way,  with one method, containing all the 
specifications needed, calling another method just containing the text.

My question, Is there a way to search the text but have the link pointing to 
the appropriate method containing the specifications needed?  Or in other 
words search "st_student_main" but have the returning link point to 
"index_html"

Thanks  Eric