FrameMaker 11.0.2.384
DITA 1.2
We need to have our <note> element so that the first or only paragraph is *not* wrapped in a <p> element. However, we want to add additional <p> elements after the first paragraph when necessary.
Here is what we want:
Here is what we get:
I have defined the following paragraph tags:
Note1Top (includes the frame above with the Note graphic and the rule)
Note1Middle (no rules and no graphic)
Note1Bot (a bottom rule and no graphic)
Note1 (use for scenarios where there are no additional paragraphs)
I have defined the <p> elements in my EDD and they are working correctly. I need to figure out how to define my <note> element in the EDD so that it uses Note1Top when they are child paragraphs or Note1TopBot when there are no child paragraphs.
Currently I have this in my <note> element in the EDD:
Else, if context is: note < (stepxmp | stepresult | info) < step
1.1.7. If context is: {first}
Use paragraph format: Note1Top
Else, if context is: {only}
Use paragraph format: Note1
I think the reason that the {first} and {only} sibling indicators are not working is that there are no siblings. But what is my alternative?
Thanks in advance for any help you can provide.
Marsha