The <REMSTATS::PAGE ...> Tag
The powerful one which allows a page to cause the generation of other pages.
-
<REMSTATS::PAGE pagename filename>
This will cause page-writer to generate the specified page at this point.
If it's within one of the iterators, then it will be triggered multiple
times with various values for the variables. This way, specifying a
single page in the pages config-file, can trigger
the generation of a whole family of pages.
Variable substitution within tags
Since I don't want to get into the hairy parsing required, you can't
embed tags within other tags. I've found, so far, that the only thing
that I've needed to insert into a tag was the value of a variable, so
that's the only non-simple-text that you can use inside a tag.
To insert the value of a variable, include a string like "##XXX##
"
where "XXX
" is the name of the variable whose value you want.