Search the web
Sign In
New User? Sign Up
zope
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 144056 - 144056 of 185931   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#144056 From: "KJZZ Webmaster" <kjzz.webmaster@...>
Date: Wed May 4, 2005 5:31 am
Subject: Re: [Zope] Getting Properties of Objects in Folders Within
kjzz.webmaster@...
Send Email Send Email
 
Max,

In response to your post here:

http://mail.zope.org/pipermail/zope/2005-February/156369.html

I am having some difficulty getting this to work.

###
# everything works fine from here....
object = []
results = []
subbrain = []
query = 'somekeyword'
for brain in context.Catalog(meta_type='Folder',
bobobase_modification_time={'query':DateTime()-14, 'range':'min'},
PrincipiaSearchSource=query) :
# results.append(object)
     path = brain.getPath()
     print path
     print '<item>'
     print '<title>' + brain.title + '</title>'
     print '<link> + str(path) + '</link>'
     print '<description>' + brain.description + '</description>'

# ... through here
# however, what I'd like to do is get the path to every ExtFile contained
in these Folders

     # this should get you every catalogued object in the folder
     for subbrain in context.Catalog(path=path):
         print subbrain.Title
         print subbrain.Description
         return printed

     print '<pubDate>' + str(brain.date) + '</pubDate>'
     print '</item>'

return printed

Any additional help you could offer is appreciated.

John T.

_______________________________________________
Zope maillist  -  Zope@...
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )

Messages 144056 - 144056 of 185931   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help