%STARTINCLUDE% and %STOPINCLUDE% including multiple depth includes sometimes I want to include different parts of the same topic in other topics. This works great with automatically generated pages!
%INCLUDE{"topic" pattern="..."}% . This syntax could be expanded to handle the following featurette. This is different from the "pattern=" syntax above because it would NOT require any of the content of the included topic to remain constant. Just the STARTINCLUDE.
%INCLUDE{"topic2" target="INCLBLOCK1"}%
%STARTINCLUDE{"INCLBLOCK1"}%
... content ...
%STOPINCLUDE%
%STARTINCLUDE{"BLOCKINCL2"}%
... content ...
%STOPINCLUDE%
%INCLUDE{"topic2" target="BLOCKINCL2"}%
%INCLUDE{"SomeTopic" from="#ThisAnchor" to="#OtherAnchor"}%
seems a lot simpler to use.
-- TravisBarker - 23 Aug 2005
| BasicForm | |
|---|---|
| TopicClassification | NextGeneration |
| TopicSummary | How can you handle multiple STARTINCLUDE and STOPINCLUDE pairs? |
| InterestedParties | |
| RelatedTopics | ParameterizedIncludes, RelativeHeadingLevelsforINCLUDE NamedIncludeSections |