2009/11/1 Hans <[email protected]>

> I imagine that your markup will call a sepcial markup function.
> The coordinate values can be passed to it directly,
> and you can set each as a PV, all within the function.


Hans, thanks for your reply.  My markup configuration is as follows:

$FmtPV['$Coord'] = '@$page["coord"]';
$SaveProperties[] = 'coord';

Markup('coord', 'directives',
  "/\\(:coord\\s+(.+?):\\)/ei",
  "PZZ(SetProperty(\$pagename, 'coord', PSS('$1'), ', '))");

I've copied this from other examples.  Are you recommending altering the
SetProperty function to something custom?

-Steve.
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to