multistatusEL = xml_tools.makeMultistatusEL()
responsedescription = []
for child in reslist:
if propFindMode == "allprop":
propList = child.getProperties("allprop")
elif propFindMode == "propname":
propList = child.getProperties("propname")
else:
propList = child.getProperties("named",
nameList=propNameList)
href = child.getHref()
util.addPropertyResponse(multistatusEL, href, propList)
if responsedescription:
etree.SubElement(multistatusEL, "{DAV:}
responsedescription").text = "\n".join(responsedescription)
"if responsedescription:" is always false ! There is mistake about
it ?
Regards,
Stephane