17.15.2.45 webSettings

This element specifies the set of web page settings that have been specified for a single WordprocessingML document. This element is the root element for the Web Settings part within a WordprocessingML document.

[Example: Consider the following WordprocessingML fragment for the web page settings in a WordprocessingML document:

<w:webSettings>
  <w:frameset>
  </w:frameset>
  <w:doNotUseLongFileNames w:val="true" />
</w:webSettings>

The webSettings element contains all of the web page settings for this document. In this case, the web page settings specified for this document are: a frameset defined using the frameset element (17.15.2.19); and a setting specifying that when this file is saved as a web page, all resulting files must not exceed 8 octets with 3 octet extension using the doNotUseLongFileNames element (17.15.2.13). end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_WebSettings) is located in A.1. end note]

Last updated on