readme

来自「Local Lucene ==================== Prov」· 代码 · 共 22 行

TXT
22
字号
How to use:------------------package require schemaset doc [soap.getDoc examples/test.xsd]set out [schema::parse $doc note [list me@here.com you@there.com {hello there} {how's the weather}]]puts [$out asXML]$doc delete$out delete-----------------soap.getDoc  a little proc to read a file and return		a dom doc.schema::parse xsd nodeName dataResults	returns a dom doc of an xml document 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?