Name
kxml.input — Sets a input stream the kxml-parser is going to process.
Synopsis
kxml.input
xmlParser
xmlStream
Description
Set the xml input stream to the given xmlParser.
set httpStream [http.geturl "http://www.google.com/ig/api?weather=$city,$country"]
set xmlStream [hget $httpStream data]
kxml.input $xmlParser $xmlStream