I think the "Include Macro" can help here...

The include macro can show a portion of a page, so if you have a
"MasterPage" with all your text divided in multiple "Sections" (for example
with H1), then you could create a "ApplicationPage" and only include those
sections from the "MasterPage" you want to show.

For example: "ApplicationPage", which will show section 1,2,4 and 5:

{{include document="MasterPage" section="HSection001"/}}
{{include document="MasterPage" section="HSection002"/}}
{{include document="MasterPage" section="HSection004"/}}
{{include document="MasterPage" section="HSection005"/}}

For example: "ApplicationPage2", which will show section 2,3 and 5:

{{include document="MasterPage" section="HSection002"/}}
{{include document="MasterPage" section="HSection003"/}}
{{include document="MasterPage" section="HSection005"/}}

If anything changes on the "MasterPage", for example some text in section 2,
then all the "ApplicationPages" will show that change immediatly.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Including-and-excluding-linked-text-with-tags-tp7588038p7588349.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to