Handbook
Glossary
<public-id> ( pubid-literal system-literal -- public-id )
XML data types
ยป
XML data constructors
Prev:
<system-id> ( system-literal -- system-id )
Next:
<doctype-decl> ( name external-id internal-subset -- doctype-decl )
Vocabulary
xml
.
data
Inputs
pubid-literal
a
string
system-literal
a
string
Outputs
public-id
a
public-id
Word description
Constructs a
public-id
tuple.
See also
public-id
Definition
USING:
kernel
;
IN:
xml.data
:
<public-id>
( pubid-literal system-literal -- public-id )
\
public-id
boa
;
inline