Ok, I've gotten the first part (including all children in a page) with the following: #set($sql = "where doc.parent = '${doc.web}.${doc.name}'") #foreach($item in $xwiki.searchDocuments($sql)) #includeTopic($item) #end Not sure how to do the rest. - Mark -----Original Message----- From: Lichman, Mark Eugene Sent: Thursday, September 22, 2005 12:28 PM To: [email protected] Subject: [xwiki-users] replicate sectional editing behavior I'd like to replicate sectional editing behavior. I think a possible way to do this is: 1. create a parent page and include all child pages, 2. for each child include a link to the edit page 3. add a class at the bottom of the parent page to create a new section, maybe automatically creating the link to the new sections edit page Is this possible? Could someon help me figure out how to do this, i.e. how to include all child page in a parent and create the necessaryv class. Thanks Much, - Mark Lichman