Steve, > I issues with XML spy, even if I do use it > -why are all the views so hard to work with > -why does its SOAP debug only work if you can go online to resolve some of the well known soap DTDs.
Agreed. XML Spy has, IMHO, some serious shortcomings. I find it frustrating that it cannot deal with entities intelligently, i.e. there is no way to tell the IDE that a particular entity file is an include in such and such an XML doc and I want to use that parent doc's DTD. Just playing with Eclipse again (I love Eclipse!) and thinking... Wouldn't it be cool to build a solid Ant specific XML editor for Eclipse? Ah, if only one could support himself pursuing all of those great ideas one has... John-Mason Shackelford Software Developer NCS Pearson - Measurement Services 2510 North Dodge St. Iowa City, IA 52245 319-354-9200x6214 [EMAIL PROTECTED] -----Original Message----- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 11:11 AM To: Ant Users List Subject: Re: documentation feedback - Capitalized task names ----- Original Message ----- From: "Shackelford, John-Mason" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 7:30 AM Subject: RE: documentation feedback - Capitalized task names > Capitalization is also a problem in attribute names which are mixed > case, though the DTD created by ant makes them all lower case. ant is case insensitive in attr names; it is just the DTD that fusses. But if we have a task to create a DTD we should be consistent in the docs. Patches accepted ... >An XML IDE like XML Spy will then consider a working build file to be invalid. I issues with XML spy, even if I do use it -why are all the views so hard to work with -why does its SOAP debug only work if you can go online to resolve some of the well known soap DTDs. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> **************************************************************************** This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email to and from our network. **************************************************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
