Liquid XML Studio adds XSLT Editor

Released: Jan 27, 2011

Updates in this release

Updates in 2011

  • Includes New XQuery and XSLT step through debuggers - many other new features and enhancements plus general performance and stability improvements.
    Liquid XML Studio 2011 extends and improves on the existing functionality by introducing other new tools and technologies that users have requested in order to continue to make Liquid XML Studio one of the best value XML development environments available.
  • NEW - XSLT Editor and Debugger for XSLT 1.0 and XSLT 2.0 W3C Standards
    New XSLT Debugger makes it possible to step through an XSLT stylesheet. The XSLT engines available are the Saxon HE engine and the Microsoft .Net XSLT engine. Using the debugger it is possible to set breakpoints within the XSLT source. When the execution gets to these break points the execution is paused and the environment can be examined. The call stack, local variables and current context are shown when the debugger is paused. It is also possible to set up watch expressions. The XSLT editor also supports IntelliSense, validation, auto complete, outlining (code folding) and may other features making it quicker and easier to author XSLT stylesheets.
  • NEW -  XQuery Editor and Debugger for XQuery 1.0 W3C Standard
    New XQuery Debugger makes it possible to step through an XQuery module or library fie. Using the debugger it is possible to set breakpoints within the XQuery source. When the execution gets to these break points the, its paused and the environment can be examined. The call stack, local variables and current context are shown when the debugger is paused. It is also possible to set up watch expressions. The XQuery editor also supports IntelliSense, validation, auto complete and may other features making it quicker and easier to author XQuery expressions.
  • NEW - Large File Editor
    The Liquid Large file editor makes it possible to open and edit extremely large files (> 4GB). Files are opened instantly regardless of the size, and the memory footprint for the application is tiny. Changes to the document are also instant, so no delays while you type. The editor also supports extremely long lines, so unformatted XML files are no problems. This is a great tool for examining and correcting huge files, data feeds, log files etc.
  • NEW - Template Based XML Schema Documentation Generator
    The XSD documentation tool creates HTML or ASP.NET documentation from an XML Schema (XSD) and includes a Searchable Index. The HTML or ASP.NET site can be customized using your own XSLT templates, making it easy to integrate with your own web site.