Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

SGMLSetHandle Function

Overview

The SGMLSetHandle function sets a handle as the data source for parsing.

Syntax/Parameters

Syntax

int = SGMLSetHandle ( handle hSGML, handle hSource );

Parameters

hSGML

A handle to an SGML Object.

hSource

A handle to the source data to map. The handle can be to a Mapped Text Object, an Edit Object, a Pool Object or to an edit window.

Return Value

An int as ERROR_NONE (0) or a formatted error code.

Remarks

The DTD will automatically be set according to the source data. To force a specific DTD, perform a SGMLSetHTMLDTD after setting the handle.

When specifying a window handle, it must point to a Code View or Page View edit window. A window handle can be retrieved using the FindEditWindowView or GetActiveEditWindow functions.

An SGML Object is not reusable so this function in not reusable once an object has been setup.

Related Functions

Platform Support

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

Legato IDE, Legato Basic