Skip to main content
1-Visitor
February 3, 2014
Question

EXTERNAL: automatically detect page wide figures?

  • February 3, 2014
  • 1 reply
  • 638 views
Ed,



Unless the Air Force has changed the 38784 DTD since the hid it behind a
firewall, what I see for the attribute 'pgwide' is it is used only on the
elements <figtable> (not used in the Army) and <table>. In the Army DTD,
this attribute has been removed.



Caroline,



If you have a new attribute added to your DTD this is the format you'll
need.



pgwide (0 | 1) #IMPLIED



This is the attribute name, a choice of '0' or '1' where the zero is not
page wide and the '1' is page wide.


You will also need to add functionality to the stylesheet to read the
attribute and make the appropriate formatting change(s) to the output.



Lynn


    1 reply

    1-Visitor
    February 3, 2014

    Thanks Lynn, I understand. I was going to ask them to set an attribute that was already there that wasn't being used for anything else.