Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML files not valid #59

Open
7890 opened this issue Mar 7, 2018 · 0 comments
Open

XML files not valid #59

7890 opened this issue Mar 7, 2018 · 0 comments

Comments

@7890
Copy link

7890 commented Mar 7, 2018

Validating the XML files against ladspa-swh.dtd shows several problems.
The following diffs might be of interest to make all files pass the validation:

Changes to the DTD:
https://github.com/7890/ladspa/commit/da95d05364901de4cd550e3c4373079b90403f3f.patch
https://github.com/7890/ladspa/commit/d6f45a22c815efbe1255bb05d4baf545aa1b37ef.patch

Changes to the XML files:
https://github.com/7890/ladspa/commit/8ffab71f0ff0566de11dda314f8fc26207b081f1.patch
https://github.com/7890/ladspa/commit/3bc7ea34346d0fde09c90cce54cb06dbaf899238.patch
https://github.com/7890/ladspa/commit/7e9cf39af6777118abea545f46d1f3e2b83eeccc.patch

ls -1 *.xml | while read line; do xmlstarlet val -e -d ladspa-swh.dtd "$line" 2>&1 | grep -v " valid"; done

Greetings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant