help-stylesheet ( stylesheet -- xml )


Vocabulary
help.html

Inputs
stylesheetan object


Outputs
xmlan object


Definition


: help-stylesheet ( stylesheet -- xml )
"vocab:help/html/stylesheet.css" ascii file-contents
swap "\n" glue 1 nenum T{ xml-chunk
{ seq
V{
""
T{ tag { name ~name~ } { children ~vector~ } }
""
}
}
} interpolate-xml ;