Official Content

Writes the DocType declaration of the XML document with a System Type declaration. 

Syntax

DataType.WriteDocTypeSystem(DocName, Uri [ ,SubSet ] )

Where:
DocName
   Name of DocType

Uri
   System type declaration uri

SubSet
   Indicates the subset to be included in the declaration; must be string <>

Scope

Extended Data Types: XmlWriter
Generators: .NET, .NET Framework, Java, Visual FoxPro (up to GeneXus X Evolution 3)

Description

Writes the DocType declaration of the XML document with a System Type declaration. If a Subset is included, it is entered between brackets at the end of the declaration.

Samples

WriteDocTypeSystem(‘book’,‘file.dtd’) 

Generates the following: !DOCTYPE book SYSTEM “file.dtd”.

See Also

Xmlwriter Data Type
WriteDocType
WriteDocTypePublic


Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant