Popular Tcl recipes tagged "xml"http://code.activestate.com/recipes/langs/tcl/tags/xml/2003-06-26T22:40:30-07:00ActiveState Code RecipesValidate XML Files. (Tcl) 2003-06-26T22:40:30-07:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/207567-validate-xml-files/ <p style="color: grey"> Tcl recipe 207567 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/xml/">xml</a>). </p> <p>This script validates XML files while recursively traversing a specified directory tree. It requires three packages fileutil, tnc and tdom. Tnc and tdom are not part of the standard Tcl distro.</p> <p>Tdom is available from <a href="http://www.tdom.org/" rel="nofollow">http://www.tdom.org/</a> Tdom tutorial is available from <a href="http://mini.net/tcl/1948" rel="nofollow">http://mini.net/tcl/1948</a></p> <p>Tnc is included with tdom zip file. Tnc info at <a href="http://mini.net/tcl/4577" rel="nofollow">http://mini.net/tcl/4577</a> and <a href="http://www.tdom.org/tnc.html." rel="nofollow">http://www.tdom.org/tnc.html.</a></p>