My CSS file contains the following, used for displaying links
(cross-references) to other sections in the document:
link:after{
content: xpath("id(@id)/../title") "[" attr(type) "]" ;
color: navy;
text-decoration: underline;
}
and it works fine.
However, if I run a transformation on a section of the file and paste the
transformation results over the existing contents, then the section title
returned by the xpath command in the CSS file is no longer displayed.
I can manually correct the display by reloading the CSS file from the style
menu. I imagined that I would be able to automate this by including a
refresh or refresh/rebuild command in the macro that carries out the
transformation. However, this does not appear to work. Does the refresh
command not reload the CSS file? Is there another command that does this?
Best regards
--------------
Kevin Flynn
Birdstep Technology www.birdstep.com
Mobile: +47 93433942