Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

HTMLHeaderGetTitle Function

Overview

The HTMLHeaderGetTitle function returns the title of the document as defined by the <TITLE> </TITLE> tag group within the HTML Header.

Syntax/Parameters

Syntax

string = HTMLHeaderGetTitle ( handle hHeader );

string = HTMLHeaderGetTitle ( string html );

Parameters

hHeader

A handle to an HTML Header Object. Or,

html

A string containing an HTML file or HTML header.

Return Value

Returns an string specifying the title. If the string is empty it can indicate an error or an empty title group or no title group. Use the GetLastError or IsError function to retrieve a formatted error code or check for an error respectively.

If the header has no title group or there the object does not have a header, the last error will be ERROR_SOFT.

Remarks

The title of a document is specified by the TITLE element. A document may contain only one title.

Using the string option is an easy way to get the document’s title. However, if the header will be written or access multiple times, the HTML Header Object method is more efficient and effective.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic