[xwiki-notifications] [Issue] Created: (XWIKI-1776) Support Include of Section Content
Steve Brandi (JIRA)
jira at xwiki.org
Mon Oct 1 16:05:09 CEST 2007
Support Include of Section Content
----------------------------------
Key: XWIKI-1776
URL: http://jira.xwiki.org/jira/browse/XWIKI-1776
Project: XWiki Platform
Issue Type: Improvement
Reporter: Steve Brandi
It would be very useful to be able to include content from a section of another document. Currently, Xwiki only allows inclusion of a whole page through the IncludeInContext etc. macros. A workaround is available if programming privileges are used, by using $xwiki.getDocument() and getContentOfSection(<section_number>). Ultimately, programming privileges should not be required to support this.
Inclusion would ideally be based upon the title of the section or some other easily accesible marker unique to the section. I believe that supporting inclusion by the section number only would not be sufficient, because adding content to the page would very likely change that value. An example of the macro would be something like #IncludeInContext(PageName, SectionName) or #IncludeTopic(Pagename, SectionName).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the notifications
mailing list