Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsValidSGMLElement Function

Overview

The IsValidSGMLAttribute function tests if a string contains a valid name for an SGML element.

Syntax/Parameters

Syntax

boolean = IsValidSGMLElement ( string value );

Parameters

value

A string to test.

Return Value

Returns TRUE if value contains only allowable SGML characters or FALSE if it does not.

Remarks

The IsValidSGMLAttribute function tests only the basic syntax of an SGML element. It does not check for element validity against a schema or DTD. Both the namespace delimiter (‘:’) and the close notation (‘/’) are permitted.

Related Functions

Platform Support

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

Legato IDE, Legato Basic