Developer Product Briefs

Hands-On Product Report: Altova XMLSpy 2007

Visual Studio Magazine reviews Altova XMLSpy 2007 Release 3.

Altova XMLSpy 2007 Release 3 Enterprise Edition
Pros: Top-notch code editor with graphical views; supports editing and extraction of data in Microsoft Office 2007 Open XML archives; time-saving code generators
Cons:Skimpy documentation on new features; several key features only available in Enterprise Edition
Read More: http://altova.com

XMLSpy 2007 Release 3 is a top-notch suite of tools for developing, editing, transforming, debugging and manipulating anything that looks like XML. If an XML-based format or application is ready for prime time, XMLSpy has it covered with templates and schemas.

The Enterprise version now lets you process the Microsoft Office Open XML (OOXML) format in Word 2007 and Excel 2007 documents. XMLSpy's Archive view can access embedded content inside zipped OOXML archives, so you can add, open and delete the included documents. However, the separate mini-IDE for this feature is a bit awkward.

XMLSpy can extract data from OOXML files. While we had some gripes with the included XSLT transformations, the built-in debugger supports regular breakpoints and a tracepoint feature for logging specific output.

The XMLSpy editor is a developer favorite. There's automatic tag completion, syntax coloring, text-size zoom and IntelliSense-like "intelligent entry helpers." The helpers keep your XML valid by watching the referenced DTD and prompting for required elements or attributes. You can tweak elements in source view and then flip to the graphical grid for broad tasks like moving blocks of data.

The software streamlines editing of XPath query syntax, via the Copy XPath feature that puts expressions right on the clipboard. The Evaluate XPath feature even returns dynamic results as you type and gives you a choice of XPath 1.0 or 2.0 syntax.

XMLSpy has valuable tools for those who need to fetch, store or transform XML using the most popular databases, including SQL Server, Access, IBM DB2 and Oracle. The built-in code generator on the DTD/ Schema menu produces classes for Java, C++ or C#. For C# in Visual Studio, you have a choice of project files, including Visual Studio 2005. The .NET classes incorporate the XmlDataDocument object to load, save, parse, navigate and generally manipulate the XML.

While XMLSpy 2007 integrates into the Visual Studio IDE, users may prefer the less-cluttered standalone interface.

About the Author

Ken Cox is a Canadian .NET programming writer and the author of "ASP.NET 3.5 for Dummies" (Wiley).

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube