Question
How to modify the font size of the element using an attribute.
Hi everybody!
Anyone knows how to modify the font size of the element using any its attribute?
Example:
In my DTD, I've this element:
<!ELEMENT para EMPTY>
<!ATTLIST para
font-size NUMBER #IMPLIED
>
How to use this attribute 'font-size' to set the font size?
This appear a easy case, but I haven't seen this function in Arbortext.

