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

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

Subscribe on YouTube