[pmwiki-devel] PTVs using MarkupExpr, in a Pagelist
    DaveG 
    pmwiki at solidgone.com
       
    Sat Jan 10 13:19:04 CST 2009
    
    
  
I'm trying to declare a PTV, based on the result of a Markup Expression. 
The ME resolves correctly, but displaying the value of the PTV and I get 
  a fragment of the ME.
Pagelist:
(:template each:)
x:{(bloggerBasePage {=$FullName})}\\
x is {$:x}\\
Output:
x:MyGroup/BasePageName
x is {=$FullName}
Is the problem simply that ME gets resolved too late to assign to a PTV, 
or do I have a variable reference wrong?
  ~ ~ Dave
    
    
More information about the pmwiki-devel
mailing list