#$Id: test.tcl,v 1.1 2005/04/05 01:04:04 pjaol Exp $ set doc [soap.getDoc /data/servers/nsshutdown/modules/tcl/test.xsd] ns_puts [ns_quotehtml [$doc asXML]] soap.createEnvelope set out [soap.schema $doc note [list me@here.com you@there.com {hello there} {how's the weather}]] ns_puts [ns_quotehtml [$out asXML]] $doc delete $out delete