Releases: Nouuu/CXML
Final Bundle Release 1.1.0
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
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
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
Create a setup that bring GTK3+ runtime environment to make full standalone app !
Enjoy it !
Part 4 GTK V1.1
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
Part 3 V1.0
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
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
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
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