PARSE-XML code
解析 XML 代码并返回一个块树。
PARSE-XML 是一个函数值。
parse-xml: func [ "Parses XML code and returns a tree of blocks." code [string!] "XML code to parse" ][ xml-language/parse-xml code ]