Handbook
Glossary
help-nav ( -- xml )
Vocabulary
help
.
html
Inputs
None
Outputs
xml
an
object
Definition
USING:
help.topics
xml.data
xml.syntax.private
;
IN:
help.html
:
help-nav
( -- xml )
"conventions"
>link
topic>filename
1
nenum
T{
xml-chunk
{
seq
V{
""
T{
tag
{
name ~name~
}
{
children ~vector~
}
}
""
}
}
}
interpolate-xml
;