function view(tree) % XMLTREE/VIEW View Method (deprecated) % FORMAT view(tree) % % tree - XMLTree object %__________________________________________________________________________ % % Display an XML tree in a graphical interface. % % This function is DEPRECATED: use EDITOR instead. %__________________________________________________________________________ % Copyright (C) 2002-2015 http://www.artefact.tk/ % Guillaume Flandin % $Id: view.m 6480 2015-06-13 01:08:30Z guillaume $ %error(nargchk(1,1,nargin)); editor(tree);