|
Steven Jong
Member
Posts: 2
|
 |
« on: October 07, 2011, 08:43:58 AM » |
|
We are using XMetaL Author Enterprise 6.0.1.
I wanted to use a Phrase tag (inline element) to mark several phrases with otherprops values so that only one would appear at a time. I have done this in the previous version of XMetaL that my company used. Since we upgraded to V6, I find that I cannot do this any more; instead, XMetaL is joining the phrases together.
For example: I have this sentence:
My favorite colors are red, blue, and green.
I want to conditionalize the words "red," "blue," and "green." (Not good structure, I know, but it's only an example.)
(1) I select the string " red," and enclose it in a Phrase inline element, and attach an otherprops attribute of CableMode. Looking at the sentence in Normal view, I see:
My favorite colors are~ red,~ blue, and green.
(2) Now, I select the string " blue," and enclose it in another Phrase inline element. I expect to see this: My favorite colors are~ red,~~ blue,~ and green.
Instead, I see this:
My favorite colors are~ red, blue,~ and green.
XMetaL has joined the two phrases for me, which is not what I want. How does it know I don't want to give each phrase different attributes?
I can see how this would be useful to prevent unnecessarily breaking strings that are all flagged the same way, but in my case I want the phrases back to back. Is this concatenation a configurable behavior that can be turned on and off? Is this intended behavior, or a bug?
|