FM drops the outputclass attribute of topic elements (DITA 1.2)
Hi,
when I set a value for the outputclass attribute of topic elements, then FM does not preserve it when the topic is saved as an XML file. Do I need to adjust the r/w rule, what would need to be added?
What I want to get is simply
<topic id = "id123" outputclass = "abc">

I have already tried adding lines such as
element "topic" {
attribute "outputclass" is fm attribute "outputclass";
}
But evidently it is not that simple.
Robert
