-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use xmllint to validate SIP manifests
Fixes #39 Switch from the internal `ValidateMetadata` activity which calls a Python (xsdval.py) script to the `temporal-activities/xmlvalidate` activity. xmlvalidate calls the xmllint C program to validate the SIP manifest file against the XSD schema files included in the SIP. - Import github.com/artefactual-sdps/temporal-activities/xmlvalidate - Switch to xmlvalidate with the xmllint validator for validating the SIP metadata file - Remove the internal "validate metadata" activivity - Remove the sampledata directory containing the `xsdval.py` script, Arelda XSD files, and sample SIP
- Loading branch information
Showing
24 changed files
with
32 additions
and
2,114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
** | ||
!cmd | ||
!hack/sampledata/xsd | ||
!internal | ||
!go.mod | ||
!go.sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.