<entity-decl> ( name def pe? -- entity-decl )
XML data types ยป XML data constructors

Prev:<attlist-decl> ( name att-defs -- attlist-decl )
Next:<system-id> ( system-literal -- system-id )


Vocabulary
xml.data

Inputs
namea name
defa string
pe?a boolean


Outputs
entity-declan entity-decl


Word description
Creates an entity declaration object, of the class entity-decl. The pe? slot should be t if the object is a DTD-internal entity, like <!ENTITY % foo 'bar'> and f if the object is like <!ENTITY foo 'bar'>, that is, it can be used outside of the DTD.

See also
entity-decl

Definition


: <entity-decl> ( name def pe? -- entity-decl )
\ entity-decl boa ; inline