WebBaseURL Element
Description
Defines the URL that all links throughout the published document will be relative to. This means that you can move the published HTML pages around and all links will still work.
The WebBaseURL element corresponds to the "Base URL" field on the HTML tab of the Book object.
Attributes
Attribute Name
|
Optional
|
Data Type
|
inherited
|
Yes
|
Boolean
|
Parent Element
Book
Values
Data Type
|
Range
|
String
|
0 to 4000 characters long
|
Sample XML
<WebBaseURL>http://www.mycompany.com</WebBaseURL>
|