Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 983 Bytes

README.md

File metadata and controls

58 lines (36 loc) · 983 Bytes

FreeXmlToolkit


Toolkit for working with XML files.

  • XML Texteditor
  • XML Grid Editor
  • XML/XSD Schema validation
  • XSLT Transformation
  • FOP(PDF) Transformation
  • working with Signatures

Screenshot: app.png

Lot of work in progress. Not ready for production use!

Download


Releases

System Requirements


  • Windows (all current supported version)
  • Mac (all current supported version)
  • Linux (all current supported version)

Running


Just download the latest release and unzip the achive. For Windows Platform run "FreeXmlToolkit.exe" to start the application.

Documentation


Build from source


git clone https://github.com/karlkauc/FreeXmlToolkit.git FreeXmlToolkit  
cd FreeXmlToolkit  
./gradlew[.bat|.sh] run