Home › Forums › DITA and XMetaL Discussion › XMetaL Tag View Does Not Display Some Bookmap Elements › Reply To: XMetaL Tag View Does Not Display Some Bookmap Elements
Reply to: XMetaL Tag View Does Not Display Some Bookmap Elements
January 15, 2010 at 3:40 amHi Paul,
You're right, of course – the CSS files I attached before aren't the ones being used for bookmaps. Doh!
The most likely cause of this issue that one of your CSS files has the following statement:
[class~=”topic/data”] {
display: none;
}
The bookmap-specific stylesheets I'm attaching to this post should solve the problem. These are the stylesheets that are installed with XMetaL 6.0.
To use them:
1) Back up your C:Program FilesXMetaL 6.0AuthorDITAXACs folder
2) Unzip the attached file and drop its contents into C:Program FilesXMetaL 6.0AuthorDITAXACs .
If these don't solve the problem, we can take a closer look at your stylesheet files.
Su-Laine