I try to retrieve the information about a document in a python script. I'd like to get the same informations i can have with :
 
global info python:proxy.getContentInfo(proxy, doc=doc, level=3);
 
in a python script.
 
 
I tried to use
 
info = context.proxy.getContentInfo(proxy,doc=context,level=3)
 
but it throws me an attribute error on proxy....
 
My python script is called by a zpt like this :
python:here.getJSTree(sourceTree=stree)
 
 
Any help appreciated :-)
 
Damien


This message has been scanned for viruses by BlackSpider MailControl

_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to