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 http [http.geturl "http://www.google.com/ig/api?weather=$city,$country"]
set xmlStream [hget $http data]
kxml.input $xmlParser $xmlStream