Skip to content

Releases: morbac/xmltools

XMLTools 3.1.1.3

03 Apr 07:35

Choose a tag to compare

  • Add XML syntax check before XML validation
  • Make XSD file selection dialog keep previous values
  • Make XPath evaluation dialog open as modal dialog
  • Add icons in toolbar
  • Add functions "First Error", "Previous Error", Next Error" and "Last Error"
  • Fix annotation display when more that one error exists for a line
  • Make the Error message dialog non modal

XMLTools 3.1.1.2

30 Jan 17:11

Choose a tag to compare

  • Fix issue #91 Infinite loop when validating a non-xml file
  • Add line and linepos on message errors message (when available) (issue #93)
  • Place caret at error position when errors are displayed in text dialog mode and make it visible using vertical and horizontal scroll
  • Change error display option: add "Annotation", "Dialog" and "Alert" display modes (issue #93)

XMLTools 3.1.1.1

09 Jan 17:08

Choose a tag to compare

  • Fix issue #84 XSL transformation with parameters doesn't work
  • Add StringXml formating engine (this engine is a port of the old slow formating engine)
  • Improve the XSD file selection dialog (issue #85)
  • Make QuickXml as default formating engine
  • Fix homepage link on debug version

XMLTools 3.1.1.0

29 Nov 09:37

Choose a tag to compare

  • Rewrite of "Current XML Path" function (now based on QuickXml instead of MSXML)
  • Remove auto-close of <?xml ...?> and some other special tags
  • Fix issue #79 - Problem with Pretty Print
  • Fix attribute parsing on QuickXml
  • Fix issue #78 - Add a link to project github homepage in about box dialog
  • Fix issue #82 - XML Syntax Check doesn't work (does nothing)
  • Fix the "Current XML Path" with no prefix and move the shortcut CTRL+ALT+SHIFT+P on "Current XML Path with predicates" function

XMLTools 3.1.0.1

15 Oct 05:40

Choose a tag to compare

  • Disable schema prompt dialog when xml has inline DTD
  • Add prolog declarations support to QuickXml engine
  • Add clear and close buttons in debug dialog
  • Fix text token formating

XMLTools 3.1.0.0

05 Oct 18:20

Choose a tag to compare

Add two optimized formating engines:

  • SimpleXml: a fast and low-memory formating engine develpped by LetMeSleepAlready
  • QuickXml: a quick and conformant engine inspired by SimpleXml
    SimpleXml is enabled by default.

XMLTools 3.0.5.0

03 May 19:25

Choose a tag to compare

XMLTools 3.0.5.0 Pre-release
Pre-release

Add support for multiple error messages
Extend option dialog options
Add "Fix indentation" pretty printing function

XMLTools 3.0.4.3

29 Apr 19:17

Choose a tag to compare

Fix validation

XMLTools 3.0.4.2

11 Apr 08:32

Choose a tag to compare

Fix pretty print indentation error on <a><b/></a>

XMLTools 3.0.4.1

22 Mar 12:12

Choose a tag to compare

Support " to " conversion option in prettyprint