Skip to content

Releases: Nouuu/CXML

Final Bundle Release 1.1.0

06 Dec 11:44
Compare
Choose a tag to compare

This is the final release that embed both last CLI and GTK app

Changelog :

  • Compilation with release tag on CMake
  • Extern app_widget in GTK instead of static
  • Logit now handle define for console_writeline method in
  • Update CLI version to 1.9
  • Update GTK version to 1.8

Seven files :

  • CXML_CLI_1.9

    • Final CLI version from part 3 for Linux
  • CXML_CLI_1.9.exe

    • Final CLI version from part 3 for Windows
  • CXML_GTK_1.8_LINUX_build.zip

    • Final GTK version from part 4 for Linux. You still need to install Gtk3 dependencies
  • CXML_GTK_1.8_WINDOWS_build.zip

    • Final GTK version from part 4 for Windows. You still need to install Gtk3 dependencies
  • gtk3-runtime-3.24.23-2020-11-22-ts-win64.exe

    • Gtk3 Runtime Environment Setup for Windows
  • CXML_setup_1.8.exe

    • Bundled standalone setup for Windows that install both CXML and Gtk3 Runtime Environment
  • test_files.zip

    • Some dtd and xml files you can play with

Bundle Release 1.0.0

25 Nov 14:40
Compare
Choose a tag to compare

This is the final release that embed both last CLI and GTK app

Changelog :

  • Fix one log static message
  • DTD parser now handle the error case ( something , nothing)
  • Update CLI version to 1.8
  • Update GTK version to 1.7

Five files :

  • CXML_CLI_1.8

    • Final CLI version from part 3 for Linux
  • CXML_CLI_1.8.exe

    • Final CLI version from part 3 for Windows
  • CXML_GTK_1.7_LINUX_build.zip

    • Final GTK version from part 4 for Linux. You still need to install Gtk3 dependencies
  • CXML_GTK_1.7_WINDOWS_build.zip

    • Final GTK version from part 4 for Windows. You still need to install Gtk3 dependencies
  • gtk3-runtime-3.24.23-2020-11-22-ts-win64.exe

    • Gtk3 Runtime Environment Setup for Windows
  • CXML_setup_1.7.exe

    • Bundled standalone setup for Windows that install both CXML and Gtk3 Runtime Environment
  • test_files.zip

    • Some dtd and xml files you can play with

Part 4 GTK V1.6

22 Nov 18:18
Compare
Choose a tag to compare
Part 4 GTK V1.6 Pre-release
Pre-release

Changelog :

  • Fix log.txt issue
  • Fix some cross compile issues

Two files:

  • v1.6_linux.zip for Linux
  • CXML_setup_1.6.exe for Windows

There is some dtd and xml files you can play with

Part 4 GTK v1.5

22 Nov 16:37
Compare
Choose a tag to compare

Create a setup that bring GTK3+ runtime environment to make full standalone app !
Enjoy it !

Part 4 GTK V1.1

22 Nov 15:57
Compare
Choose a tag to compare

Changelog :

  • New icon to Windows exe
  • Graphical fix and improves

Two archives:

  • V1.0_linux.zip for Linux
  • V1.0_windows.zip for Windows

There is some dtd and xml files you can play with

Part 4 GTK V1.0

22 Nov 15:37
Compare
Choose a tag to compare

Changelog :

  • No more cli menu
  • Welcome GTK GUI !

Two archives:

  • V1.0_linux.zip for Linux
  • V1.0_windows.zip for Windows

There is some dtd and xml files you can play with

Part 3 V1.0

22 Nov 15:14
Compare
Choose a tag to compare

Changelog :

  • Handling recursive level validation on any xml document

Two executable :

  • CXML_3_V1.0 for Linux
  • CXML_3_V1.0.exe for Windows

There is some dtd and xml files you can play with

Part 2 V1.5

22 Nov 15:00
Compare
Choose a tag to compare

Changelog :

  • DTD parser handle multiple error on pipe rule :
    • "( H | )"
    • "( H abc | F )"
    • "()"
    • "( )"

Two executable :

  • CXML_2_V1.5 for Linux
  • CXML_2_V1.5.exe for Windows

There is some dtd and xml files you can play with

Part 2 V1.0

19 Nov 22:01
Compare
Choose a tag to compare

Changelog :

  • Refactor code on dtd validation part
  • DTD validation now handling attlist rules !

Two executable :

  • CXML_2_V1.0 for Linux
  • CXML_2_V1.0.exe for Windows

There is some dtd and xml files you can play with

Part 1 V2.5

18 Nov 19:02
Compare
Choose a tag to compare

Changelog :

  • Refactor code on dtd validation part
  • Prepare methods for attlist dtd validation
  • Prepare install script .sh for linux

Two executable :

  • CXML_1_V2.5 for Linux
  • CXML_1_V2.5.exe for Windows

There is some dtd and xml files you can play with