Home › Forums › General XMetaL Discussion › Relax NG and XInclude? › Reply To: Relax NG and XInclude?
Reply to: Relax NG and XInclude?
February 15, 2010 at 11:31 pmFor the DocBook sample you should just need to modify the CSS files being used for structure view to display all elements. We shipped a version of the CSS that hides pretty much everything. The file being used is this one:
The simplest way to demo what you want is to modify the following to remove the display:none setting, or change it to display:block.
* {
white-space: nowrap;
text-align: left;
margin-left: 20px;
margin-top: 14px;
display: none;
}
The APIs for showing and hiding XIncluded content in TagsOn and Normal view directly (and always) affect Structure view as well. Perhaps that is what you are asking about?