I am using the oxy_link-text() function in my CSS.
Code: Select all
xref:empty {
content: oxy_link-text() ;
}
I have implemented a custom LinkTextResolver that returns different values depending on attributes set on the xref. For example, if @reftext=yes, I show the title of the target element; but if @reftext=no, I show some other text.
However, when I change the attribute value in my document, the value displayed by oxy_link-text() does not change unless I force a "reload F5" which then prompts me for saving the document before refreshing it.
Is there a way to automatically refresh without saving the doc ?
Thanks,
Pascale