<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hans,<br>
<br>
That's freaky. It works. But why does the parser recognize the name
$FullName out of the string $FullNameSidebar???<br>
<br>
Is this legitimate?<br>
<br>
Thanks,<br>
<br>
- Henrik<br>
<pre class="moz-signature" cols="72">Henrik Bechmann
<a class="moz-txt-link-abbreviated" href="http://www.osscommons.ca">www.osscommons.ca</a>
<a class="moz-txt-link-abbreviated" href="http://www.bechmannsoftware.com">www.bechmannsoftware.com</a>
Webmaster, <a class="moz-txt-link-abbreviated" href="http://www.dufferinpark.ca">www.dufferinpark.ca</a></pre>
<br>
<br>
Hans wrote:
<blockquote cite="mid1679006166.20051113191848@flutesong.fsnet.co.uk"
type="cite">
<pre wrap="">Sunday, November 13, 2005, 7:07:27 PM, Henrik wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I would like to do (in pseudocode)
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
<blockquote type="cite">
<pre wrap=""><--wiki:$MyGroup.$MyPage + Sidebar-->
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
<blockquote type="cite">
<pre wrap="">to yield
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
<blockquote type="cite">
<pre wrap=""><--wiki:SomeGroup.SomePageSidebar-->
</pre>
</blockquote>
<pre wrap=""><!---->
you can try
<!--wiki:$FullNameSidebar-->
$FullName gets replaced by pmwiki with waht you called
$MyGroup.MyPage, i.e. the current group + page.
Best,
~Hans
</pre>
</blockquote>
</body>
</html>