Little bug in outline view?
Posted: Wed Aug 07, 2013 2:40 pm
We have a XML structure like this:
In the Authormode we would like to hide the element persName with CSS property "display: none;". This functions well, but if I do this, the outline view hides also origDate and origPlace - i.e. there is no text shown beside element div in outline view. Is this intended?
Greets,
Stefan
Code: Select all
<div>
<head>
<persName>Friedrich</persName>
<origDate>20 Juni 1880</origDate>
<origPlace>Frankfurt</origPlace>
</head>
<div>
<p>... some text ...</p>
</div>
</div>
Greets,
Stefan