How to call variables in conditional formatting elements ?
I tried:
<?xdoxslt:set_variable($_XDOCTX, 'DgBkColor', ’Red’)?>
...
<?if:ADVICE='CRITICAL'?><?attribute@:color;xdoxslt:get_variable($_XDOCTX, 'DgBkColor')?><?end if?>
But does not work...
The following does not work anymore:
<?xdoxslt:set_variable($_XDOCTX, 'DgBkColor', " ’Red’ " )?>
Regards