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 ]