(file) Return to README CVS log (file) (dir) Up to [Development] / aolserver / ns_soap / schema

 1 pjaol 1.1 How to use:
 2           
 3           ------------------
 4           package require schema
 5           
 6           set doc [soap.getDoc examples/test.xsd]
 7           
 8           set out [schema::parse $doc note [list me@here.com you@there.com {hello there} {how's the weather}]]
 9           
10           puts [$out asXML]
11           
12           $doc delete
13           $out delete
14           -----------------
15           
16           soap.getDoc  a little proc to read a file and return
17           		a dom doc.
18           
19           
20           schema::parse xsd nodeName dataResults
21           	returns a dom doc of an xml document 

cvsadmin
Powered by
ViewCVS 0.9.2