Dear All,
Could any body please tell me, how to parametrize the value of indent (leftind attribute) in FOSI ? also let me know is it possible or not. if not please let me know any approach to implement the indentation using parameter.
Thanks & Regards,
Jeet
Hi Ed,
I am doing this... butit brought up the question in my mind iftwo charsubsets have indentsdefined and both are called out which one wins? Or are they additive?
Ellen
I also agree with Benton. The last one wins. However, what Lynnis also correct in that there is some combining done.
Here's why...
If different catagories are defined, or different attributes are defined for those catagories by various attribute rules, they are combined into one final set of catagories or groups. For example, <presp> and <postsp>, or their attributes of "priority", "minimum", etc.
If the same attribute is defined for a catagory more than once, the last one is used. For example:
<att>
...
<presp minimum="1pt">
...
</att>
And then further down, you have this:
<att>
...
<presp minimum="10pt" maximum="20pt">
...
</att>
The end result will be <presp minimum="10pt" maximum="20pt">
The only combining, or addition/subtraction of values occurs within a single attribute value, not across multiple attributes.
Hope this helps,
Bob