Skip to content

Releases: morbac/xmltools

XMLTools 3.1.1.13

02 Apr 09:04
Compare
Choose a tag to compare
  • Fix access violation issue (issues #144 and #153)
  • Fix xml syntax check freeze issue on utf-8 file (issues #152 and #154)
  • Add option "Add node position in XPath" based on @JulianMa work
  • Fix infinite loop on StringXml pretty print engine

XMLTools 3.1.1.12

10 Feb 18:52
Compare
Choose a tag to compare
  • Upgrade Scintilla wrapper according to issue #135 and pull request #136
  • Fix crash on 2GB+ file loading (work in progress, xmltools is not 100% ready for 2GB+ files so be patient when playing with such files)
  • Fix annotation cleaning when closing option dialog
  • Minor optimization on XmlParser

XMLTools 3.1.1.11

03 Feb 20:01
Compare
Choose a tag to compare
  • Fix XSL transform error when stylesheet declares encoding for text output
  • Change error message in SimpleXML
  • Include pull-request #136 for upcoming NPP 8.2.2 compatibility (issue #135)

XMLTools 3.1.1.10

26 Oct 19:15
Compare
Choose a tag to compare

XMLTools 3.1.1.9

13 Oct 19:12
Compare
Choose a tag to compare
  • Add fluent icons for normal and dark modes
  • Fix buffer allocation issue

XMLTools 3.1.1.8

02 Oct 11:39
Compare
Choose a tag to compare
  • Add xpath dump into statusbar option
  • Fix parser context management
  • Fix exception when parsing declarations + improve declarations pretty print
  • Fix issue #118 XML Validation on non-latin characters leads to failing length validation (second fix round)
  • Fix issue #121 Space between attributes not ignored with xml:space="preserve"

XMLTools 3.1.1.7

26 Sep 14:55
Compare
Choose a tag to compare
  • Fix issue #113 Syntax check displays error when contains some Chinese characters
  • Fix issue #114 xpath evaluation results have wrong character encoding
  • Fix issue #118 XML Validation on non-latin characters leads to failing length validation
  • Fix issue #120 Automatically set the language type after xml pretty printing

XMLTools 3.1.1.6

14 Jul 20:04
Compare
Choose a tag to compare
  • Fix a parser issue while detecting xml:space="preserve" attribute
  • Fix issue #109 Encoding issue on XPath Expression Evaluation
  • Fix buffer overflow in options storing

XMLTools 3.1.1.5

24 May 08:06
Compare
Choose a tag to compare
  • Fix issue #102 - Always sets tbValidateXML=1
  • Adds xml:space="preserve" and xml:space="default" support in order to fix issue #103
  • Fix MSXML xml loading issue

XMLTools 3.1.1.4

28 Apr 18:27
Compare
Choose a tag to compare
  • Fix issue #97 - Switch from current encoding to specified encoding not supported
  • Fix issue #100 - Too many validation errors are crashing the application
  • Fix some type casting