Hello!
Please help me for a xwiki syntax. I need to include in document child pages
of this document, but not all level-childs, only directly-connected to my
document child pages.
For finding attachments of a child pages, I already learned. I should use:
#foreach($attDoc in $xwiki.wrapDocs($xwiki.searchDocuments(",
XWikiAttachment att where att.docId =
doc.id and doc.web='${doc.space}'")))
#foreach($att in $attDoc.getAttachmentList())
* $attDoc.getAttachmentURL($att.filename)
${att.filename}(${attDoc.displayTitle})
#end
#end
but I need also to find child pages.
Thanks beforehand!
--
View this message in context:
http://n2.nabble.com/Include-child-pages-tp4143910p4143910.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.