<doctype-decl> ( name external-id internal-subset -- doctype-decl )
XML data types ยป XML data constructors

Prev:<public-id> ( pubid-literal system-literal -- public-id )
Next:<notation-decl> ( name id -- notation-decl )


Vocabulary
xml.data

Inputs
namea name
external-idan id
internal-subseta sequence


Outputs
doctype-decla doctype-decl


Word description
Creates a new document type declaration object, of the class doctype-decl. Only one of external-id or internal-subset will be non-f.

See also
doctype-decl

Definition


: <doctype-decl>
( name external-id internal-subset -- doctype-decl )
\ doctype-decl boa ; inline