HI,
i know according to the manual i can include a file inside a template, even with some special parameters like:
[onload;file=header.htm;getbody=(script)+(style)+body]
|
Is it possible to specify a specific section of the body ?
In my case i would like to include a part of a dokuwiki page - only the info part, without the header, footer etc.
The location in my configuration is at: (body div div div.rightpage) and the "final" div doesn't even have an "id" tag :( - there is only the class "rightpage" identifying the div.
In fact i haven't tested it yet, but would it be possible to include the partial page like
..getbody=div.rightpage
or .. getbody=body+div+div+div.rightpage
??
Thanks