<?xml version="1.0"?> <interfaceDefinition> <node name="telnet"> <properties> <help>Telnet to a node</help> </properties> <children> <tagNode name="to"> <properties> <help>Telnet to a host</help> <completionHelp> <list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list> </completionHelp> </properties> <command>/usr/bin/telnet $3</command> <children> <tagNode name="port"> <properties> <help>Telnet to a host:port</help> <completionHelp> <list><0-65535></list> </completionHelp> </properties> <command>/usr/bin/telnet $3 $5</command> </tagNode> </children> </tagNode> </children> </node> </interfaceDefinition>