If you're not afraid of the command line, you can always use xmllint for windows (or linux). It's pretty simple to use, just specify the xml filename and xsd filename and it'll display any errors/warnings. xmllint for windows can be found here: <a href="http://www.zlatkovic.com/libxml.en.html">http://www.zlatkovic.com/libxml.en.html</a> (the actual binary is in the libxml2 package).<br>
<br><div><span class="gmail_quote">On 6/19/09, <b class="gmail_sendername">Pendl Stefan</b> <<a href="mailto:stefan.pendl@haidlmair.at">stefan.pendl@haidlmair.at</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Rainer Meier wrote:<br> >><br> > Good idea - could you recommend one (and a package to deploy it :) )<br> <br> I know XMLspy seems to be a decent XML editor. However I am personally using<br> eclipse - but eclipse is not the best application to deploy...<br>
 <<<br> <br>-------------------------------------------------------------------------<br> I have just updated the Notepad++ silent installer to include the packages for the XML-Tools plug-in.<br> <br> I have only one problem, the XML Tools are not able to parse the XSD files for validation of the XML file.<br>
 <br> Is the following correct to allow finding the XSD file automatically, if I use the packages folder for my preferred package location?<br> I have already tried the absolute path too, without success.<br> <br> <packages<br>
    xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"<br>    xsi:noNamespaceSchemaLocation="..\xsd\packages.xsd" ><br> </packages><br>
 <br> ---<br> <br>Stefan<br> <br><br> -------------------------------------------------------------------------<br> wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
 _______________________________________________<br> wpkg-users mailing list<br> <a href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a><br> <a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
 </blockquote></div><br>