There's a tool called HTML Tidy that has some support for XML; see http://tidy.sf.net/. In my setup I have the following command defined:
command.name.1.$(file.patterns.xml)=Save and Indent XML command.1.$(file.patterns.xml)=tidy -xml -indent -modify "$(FilePath)" command.mode.1.$(file.patterns.xml)=savebefore,filter Bruce "April White" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At work I've been assigned to a project which requires extensive editing > of existing xml and xsl documents. Another unrelated project involves the > creation of new xml documents against existing xsd document. SciTE edits > these files, and with a Lua script I can re-indent a document to my needs > in moments. > > However SciTE does not validate the xml documents, and using 'go' to > display the document within Windows explorer is useless because it > likewise does not validate the document. > > Is there a command-line tool that validates xml documents against either > an internal or external schema that SciTE recognizes the output and so can > use the F4 key? > > April > > -- > Oh, that sound of male ego. You travel halfway across the galaxy and it's > still the same song. > Eve McHuron, 'Mudd's Women', stardate 1330.1 _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
