How to use: ------------------ package require schema set 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