Git Product home page Git Product logo

java-tools's Introduction

This project is no longer maintained

If you are looking for a validation engine to validate EN 16931 documents, you may have a look at BDVE (https://github.com/phax/ph-bdve/)

java-tools

This GitHub project contains Java libraries to support CEN TC/434 / EN 16931. This is the standard for the European data model for electronic invoices.

All projects contained in here are Apache 2 licensed.

News and noteworthy:

  • v2.0.4 - 2021-03-22
    • Updated to ph-commons 10
  • v2.0.3 - 2020-11-25
    • Adopted to ph-schematron 6.0.0
  • v2.0.2 - 2020-09-17
    • Version updates
  • v2.0.1 - 2018-11-22
    • Adopted to ph-commons 9.2.0
  • v2.0.0 - 2018-01-05
    • Adopted to ph-commons 9.0.0
  • v0.1.0 - 2017-02-22
    • Initial release

en16931-edifact-to-xml

The Altova Mapforce generated code to convert EDIFACT text files to ISO 20625 EDIFACT XML files. It is a standalone tool without dependencies but nevertheless can also be used inside other applications.

Maven usage:

<dependency>
  <groupId>com.helger.en16931</groupId>
  <artifactId>en16931-edifact-to-xml</artifactId>
  <version>2.0.3</version>
</dependency>

en16931-edifact-xml

JAXB generated domain objects for the special EDIFACT ISO 20625 XML dialect used in EN 16931.

Maven usage:

<dependency>
  <groupId>com.helger.en16931</groupId>
  <artifactId>en16931-edifact-xml</artifactId>
  <version>2.0.3</version>
</dependency>

en16931-xml-validator

A generic XML validator that supports validation of XML files against arbitrary XML Schemas as well as Schematron files. It is meant to be used as a standalone application.

Maven usage:

<dependency>
  <groupId>com.helger.en16931</groupId>
  <artifactId>en16931-xml-validator</artifactId>
  <version>2.0.3</version>
</dependency>

My personal Coding Styleguide | On Twitter: @philiphelger | Kindly supported by YourKit Java Profiler

java-tools's People

Contributors

dependabot[bot] avatar phax avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

java-tools's Issues

with invalid parameter no error message displayed

➜ target git:(master) java -jar en16931-xml-validator-0.2.0-SNAPSHOT-jar-with-dependencies.jar -xml ~/git/testset/SI-UBL-1.2/SI-UBL-INV-1.2-ok-minimal.xml -xslt
➜ target git:(master) cat log.txt
➜ target git:(master)

Note that in the command the -xslt option is there but no value is provided, minor issue though as it works when a value is provided.

I was expecting a message saying the input is incorrect

XML Validation

Hi,
Can you provide more information about the usage of validator?
It is possible to validate not only the core specification but also an extension by using the properly schema?

8a18431

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.