Hello Hans & list,

I'm looking for a function to execute & render markup.
ie : I would like to run {(plist groups=* -Site*.* sep=\n)}and get the 
result in a variable, ..

Today, I need to execute 'powertools' markup, but markup could be anything 
else
something like :

$mymarkup= '{(plist groups=* -Site*.* sep=\n)}';

$page['text'] =ExecuteMarkup($mymarkup);
...
...

function ExecuteMarkup($myMarkup) {
  return (result of $myMarkup)
}

Idea behind is to add this feature in the xmlrcp cookbook
Any clue ?

Thanks

SH 




_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to