Skip to content
Discussion options

You must be logged in to vote

Hello,

The SDK provides the metadata to be used by any kind of application.
So yes those are just text files and apart from the EFX grammar, nothing close to code.
The xsds are the closest thing to the notice XML structure, but they will not help you for full validation (for that see schematron and CVS).

If you want to only load notices xml into POJOs the closest you will get is by using the schemas/maindoc/*.xsd files (4 files, one per doc type) and use something like JAXB or an equivalent.
Once you get that to work, try loading files from /examples/notices/
I recommend you use the SDK 8 RC 1 as we fixed many issues: https://github.com/OP-TED/eForms-SDK/tree/1.8.0-rc.1

I suggest you have…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@black-snow
Comment options

@black-snow
Comment options

@rouschr
Comment options

@black-snow
Comment options

@rouschr
Comment options

Answer selected by rouschr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
view-templates Related to EFX view templates (/view-templates SDK folder).
2 participants