Table of Contents

AddDocumentTypeElement Procedure

Codeunit XML Writer

Adds a document type element (<!DOCTYPE>) before the Root Element.

Signature

AddDocumentTypeElement(Name: Text; PublicId: Text; SystemId: Text; InternalSubset: Text)

Parameters

Name Text

A string that contains the qualified name of the DTD, which is the same as the qualified name of the root element of the XML document.

PublicId Text

A string that contains the public identifier of an external public DTD.

SystemId Text

A string that contains the system identifier of an external private DTD.

InternalSubset Text

A string that contains the internal subset for an internal DTD.

This documentation is generated from Smart Toolbox v27.1