Adobe framemaker 6.0 User Manual

Page of 323
231
ADOBE FRAMEMAKER 6.0
 MIF Asian Text Processing Statements
Example - unstructured
<Paraline
<String ` kumihan '>
. . .
<RubiCompositeBegin
<String `
'>
<RubiTextBegin
<String `
'>
<RubiTextEnd >
<RubiCompositeEnd >
> # end of ParaLine
Example - structured
<Paraline
<String ‘Some text ’>
. . .
<RubiCompositeBegin
<Element
<Unique 123456>
<ETag ‘RubiGroup’>
<Attributes
# Typical MIF to define attributes
> # end of Attributes
<Collapsed No>
<SpecialCase No>
<AttributeDisplay AllAttributes>
> # end of Element
> # end of RubiCompositeBegin
<String ‘Oyamoji text’>
<RubiTextBegin
<Element
<Unique 123457>
<ETag ‘Rubi’>
<Attributes
# Typical MIF to define attributes
> # end of Attributes
<Collapsed No>
<SpecialCase No>
<AttributeDisplay AllAttributes>
> # end of Element
<String ‘Rubi text’>
<RubiTextEnd>
<RubiCompositeEnd>
<String ‘Some more text ’>
. . .
> # end of Paraline